|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Similar to java.beans.PropertyDescriptor but maintains reference to return types ClassInfo and allows static "interpreter" methods. XXX open up a bit more to allow better optimizations?
Field Summary | |
static PropertyInfo[] |
EMPTY
|
Method Summary | |
String |
getName()
name of this property |
Object |
getObject(Object parent)
will invoke the appropriate method on parent |
ClassInfo |
getPropertyType()
class info for the type of this property |
String |
getValue(Object parent)
utility method that will call propertyType.getValue(propertyValue) |
Field Detail |
public static final PropertyInfo[] EMPTY
Method Detail |
public String getName()
public ClassInfo getPropertyType()
public Object getObject(Object parent)
public String getValue(Object parent)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |