fipaos.util
Class DynamicClass.Property


public static class DynamicClass.Property

Class to represent a property type


Method Summary
 PropertyHintgetHint()
          Returns a Hint object giving hints about the values
this property can take
 StringgetName()
          Returns the name of this property
 ClassgetType()
          The type that this property uses
 ObjectgetValue()
          Gets the value of this property from the object from which
this was generated
 voidsetValue(Object o)
          Sets the value of this property to the object from which
this was generated
 StringtoString()
           

Method Detail

getHint

public PropertyHint getHint()
Returns a Hint object giving hints about the values
this property can take

getName

public String getName()
Returns the name of this property

getType

public Class getType()
The type that this property uses

getValue

public Object getValue()
Gets the value of this property from the object from which
this was generated

setValue

public void setValue(Object o)
Sets the value of this property to the object from which
this was generated

toString

public String toString()

Association Links

to Class fipaos.util.DynamicClass.PropertyHint

to Class java.lang.String

to Class java.lang.Class

to Class fipaos.util.DynamicClass