public interface Property
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the name of the property
|
Class<?> |
getOwningType() |
Class<?> |
getType()
Returns the type for the class
|
Object |
getValue(Object owner) |
void |
setValue(Object owner,
Object value) |