|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyData<T>
Base property interface.
Method Summary | |
---|---|
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. |
Methods inherited from interface org.apache.chemistry.opencmis.commons.data.ExtensionsData |
---|
getExtensions, setExtensions |
Method Detail |
---|
String getId()
String getLocalName()
null
String getDisplayName()
null
String getQueryName()
null
List<T> getValues()
null
T getFirstValue()
null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |