public interface ManagedProperty extends ListEntriesHolder, MapEntriesHolder, CollectionEntry, UIInfo
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPropertyClass()
The Java type of for this property.
|
java.lang.String |
getPropertyName()
The name of the managed property.
|
ManagedPropertyType |
getPropertyType()
Determines which type of managed property this is.
|
boolean |
setPropertyClass(java.lang.String propertyClass)
Sets the Java type for this managed property.
|
boolean |
setPropertyName(java.lang.String propertyName)
Sets the new name for this property.
|
addListEntry, getListEntries, getListValueClass, removeListEntry, setListValueClassaddMapEntry, getMapEntries, getMapKeyClass, getMapValueClass, removeMapEntry, setMapKeyClass, setMapValueClassgetValue, setValueisNullValue, setNullValuegetParsingContext, validategetIdAttribute, setIdAttributegetNodegetDescription, getDisplayName, getLargeIcon, getSmallIcon, getUIInfo, setDescription, setDisplayName, setLargeIcon, setSmallIconjava.lang.String getPropertyName()
ManagedPropertyType getPropertyType()
ManagedPropertyTypejava.lang.String getPropertyClass()
boolean setPropertyClass(java.lang.String propertyClass)
propertyClass - the new Java type for this propertyboolean setPropertyName(java.lang.String propertyName)
propertyName - the name for this property