|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- The type of object defining this propertypublic interface Property<T>
Interface describing a mechanism that can read a predefined property from a given instance.
Method Summary | ||
---|---|---|
|
getValue(T target)
Returns the value of the property on given target . |
Method Detail |
---|
<V> V getValue(T target)
target
.
V
- The type of value expectedtarget
- The instance to get the property value from
target
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |