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()
String getLocalName()
nullString getDisplayName()
nullString getQueryName()
nullList<T> getValues()
nullT getFirstValue()
nullCopyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.