Constructor and Description |
---|
DefaultProperty(PropertyDescriptor propertyDescriptor,
Class<?> owningType) |
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) |
public DefaultProperty(@Nonnull PropertyDescriptor propertyDescriptor, @Nonnull Class<?> owningType)
@Nonnull public String getName()
Property
@Nonnull public Class<?> getType()
Property
@Nonnull public Class<?> getOwningType()
getOwningType
in interface Property