|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyMetadataAccessStrategy
Simple interface for accessing metadata about a particular property.
Method Summary | |
---|---|
Map |
getAllUserMetadata(String propertyName)
Returns all custom metadata associated with the specified property in the form of a Map. |
Class |
getPropertyType(String propertyName)
Get the type of the given property. |
Object |
getUserMetadata(String propertyName,
String key)
Returns custom metadata that may be associated with the specified property path. |
boolean |
isReadable(String propertyName)
Determine if the given property is readable. |
boolean |
isWriteable(String propertyName)
Determine if the given property is writeable. |
Method Detail |
---|
boolean isReadable(String propertyName)
propertyName
- property to examine.
true
if the property is readable.boolean isWriteable(String propertyName)
propertyName
- property to examine.
true
if the property is writeable.Class getPropertyType(String propertyName)
propertyName
- property to examine.
Object getUserMetadata(String propertyName, String key)
propertyName
- property to examine.key
- used to retreive the metadata.
Map getAllUserMetadata(String propertyName)
propertyName
- property to examine.
null
if there is no custom metadata associated with the
property.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |