Class PropertyMetaData
java.lang.Object
net.officefloor.web.value.retrieve.PropertyMetaData
Meta-data for the property.
- Author:
- Daniel Sagenschneider
-
Constructor Summary
ConstructorsConstructorDescriptionPropertyMetaData(String propertyName, Method typeMethod, PropertyMetaData[] properties) Initiate. -
Method Summary
Modifier and TypeMethodDescriptionObtains theMethod.Obtains the Properties on the resulting property object.Obtains the property name.<A> AgetValueAnnotation(Class<A> annotationType) Obtains the valueAnnotation.Class<?>Obtains the typeMethod.
-
Constructor Details
-
PropertyMetaData
Initiate.- Parameters:
propertyName- Property name.typeMethod-Methodfor the type.properties- Properties on the resulting property object.
-
-
Method Details
-
getPropertyName
Obtains the property name.- Returns:
- Property name.
-
getValueType
- Returns:
- Type
Method.
-
getValueAnnotation
Obtains the value
Annotation.- Type Parameters:
A-Annotationtype.- Parameters:
annotationType-Annotation.- Returns:
Annotationornull.
-
getMethod
Obtains theMethod. -
getProperties
Obtains the Properties on the resulting property object.- Returns:
- Properties on the resulting property object.
-