|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyElement
A "property" on a class. In this context, all a property is is a means of obtaining a value from an instance.
Method Summary | |
---|---|
java.lang.reflect.AnnotatedElement |
getElement()
Get the original annotated element that this property is derived from. |
java.lang.String |
getName()
Get the name of this property. |
java.lang.Object |
getValue(java.lang.Object instance)
Get the value held by this property from the given instance. |
Method Detail |
---|
java.lang.String getName()
java.lang.Object getValue(java.lang.Object instance)
instance
- the instance to get the value from
java.lang.reflect.AnnotatedElement getElement()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |