|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fipaos.util.DynamicClass.Property
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 |
public java.lang.String getName()
public java.lang.Class getType()
public DynamicClass.PropertyHint getHint()
public java.lang.Object getValue()
public void setValue(java.lang.Object o)
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |