public interface PropertyData<T> extends ExtensionsData
| Modifier and Type | Method and Description | 
|---|---|
String | 
getDisplayName()
Returns the display name. 
 | 
T | 
getFirstValue()
Returns the first entry of the list of values. 
 | 
String | 
getId()
Returns the property ID. 
 | 
String | 
getLocalName()
Returns the local name. 
 | 
String | 
getQueryName()
Returns the query name. 
 | 
List<T> | 
getValues()
Returns the list of values of this property. 
 | 
getExtensions, setExtensionsString getId()
The property ID may not be set if the object is used in a query result.
nullString getLocalName()
nullString getDisplayName()
nullString getQueryName()
The property query name must be set if the object is used in a query result.
nullList<T> getValues()
nullT getFirstValue()
null if the list of
         values is emptyCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.