|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Accessor
Accessor interface: defines a way to access a value and it's type.
Method Summary | |
---|---|
Class<?> |
getPropertyType()
Returns the property type of the value that can be obtained through this accessor. |
Object |
getValue(Object fromEntity)
Get the value from the given target entity. |
Method Detail |
---|
Object getValue(Object fromEntity) throws IllegalAccessException, InvocationTargetException
fromEntity
- the entity from which the value should be obtained.
IllegalAccessException
InvocationTargetException
Class<?> getPropertyType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |