Jadex 0.96

jadex.adapter.fipa
Class Property

java.lang.Object
  extended by jadex.adapter.fipa.PropertyData
      extended by jadex.adapter.fipa.Property
All Implemented Interfaces:
BeanInfo, Serializable

public class Property
extends PropertyData

Java class for concept Property of beanynizer_beans_fipa_default ontology.

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
Property()
          Default Constructor.
Property(String name, Object value)
          Init Constructor.
 
Method Summary
 boolean equals(Object obj)
           
 String toString()
          Get a string representation of this Property.
 
Methods inherited from class jadex.adapter.fipa.PropertyData
getAdditionalBeanInfo, getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getIcon, getMethodDescriptors, getName, getPropertyDescriptors, getValue, loadImage, setName, setValue
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Property

public Property()
Default Constructor.
Create a new Property.


Property

public Property(String name,
                Object value)
Init Constructor.
Create a new Property.
Initializes the object with required attributes.

Parameters:
name -
value -
Method Detail

toString

public String toString()
Get a string representation of this Property.

Overrides:
toString in class PropertyData
Returns:
The string representation.

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

Jadex 0.96

Submit a bug or feature
For further API reference and developer documentation, see the Jadex User Guide and the Jadex Tutorial. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, and working code examples.

Copyright (C) 2002-2007 Lars Braubach, Alexander Pokahr - University of Hamburg. Use is subject to license terms.