| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Class to represent a property type
Method Summary | |
PropertyHint | getHint() Returns a Hint object giving hints about the values this property can take |
String | getName() Returns the name of this property |
Class | getType() The type that this property uses |
Object | getValue() Gets the value of this property from the object from which this was generated |
void | setValue(Object o) Sets the value of this property to the object from which this was generated |
String | toString() |
Method Detail |
public PropertyHint getHint()
public String getName()
public Class getType()
public Object getValue()
public void setValue(Object o)
public String toString()
Association Links |
to Class java.lang.String
to Class java.lang.Class
to Class fipaos.util.DynamicClass
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |