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