|
||||||||||
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 | |
---|---|
java.lang.String |
getDisplayName()
Returns the display name. |
T |
getFirstValue()
Returns the first entry of the list of values. |
java.lang.String |
getId()
Returns the property id. |
java.lang.String |
getLocalName()
Returns the local name. |
java.lang.String |
getQueryName()
Returns the query name. |
java.util.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 |
---|
java.lang.String getId()
java.lang.String getLocalName()
null
java.lang.String getDisplayName()
null
java.lang.String getQueryName()
null
java.util.List<T> getValues()
null
T getFirstValue()
null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |