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, setExtensions
String getId()
The property ID may not be set if the object is used in a query result.
null
String getLocalName()
null
String getDisplayName()
null
String getQueryName()
The property query name must be set if the object is used in a query result.
null
List<T> getValues()
null
T getFirstValue()
null
if the list of
values is emptyCopyright © 2009–2017 The Apache Software Foundation. All rights reserved.