fipaos.util
Class DynamicClass.Property

java.lang.Object
  |
  +--fipaos.util.DynamicClass.Property
Enclosing class:
DynamicClass

public static class DynamicClass.Property
extends java.lang.Object

Class to represent a property type


Method Summary
 DynamicClass.PropertyHint getHint()
          Returns a Hint object giving hints about the values this property can take
 java.lang.String getName()
          Returns the name of this property
 java.lang.Class getType()
          The type that this property uses
 java.lang.Object getValue()
          Gets the value of this property from the object from which this was generated
 void setValue(java.lang.Object o)
          Sets the value of this property to the object from which this was generated
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()
Returns the name of this property

getType

public java.lang.Class getType()
The type that this property uses

getHint

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

getValue

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

setValue

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

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object