|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Property<T>
CMIS Property.
Domain Model 2.2.1
Method Summary | ||
---|---|---|
PropertyDefinition<T> |
getDefinition()
Returns the property definition. |
|
PropertyType |
getType()
Returns the property data type. |
|
|
getValue()
Returns the property value (single or multiple). |
|
java.lang.String |
getValueAsString()
Returns a human readable representation of the property value. |
|
java.lang.String |
getValuesAsString()
Returns a human readable representation of the property values. |
|
boolean |
isMultiValued()
Returns if the property is a multi-value property. |
Methods inherited from interface org.apache.chemistry.opencmis.commons.data.PropertyData |
---|
getDisplayName, getFirstValue, getId, getLocalName, getQueryName, getValues |
Methods inherited from interface org.apache.chemistry.opencmis.commons.data.ExtensionsData |
---|
getExtensions, setExtensions |
Method Detail |
---|
boolean isMultiValued()
PropertyType getType()
PropertyDefinition<T> getDefinition()
<U> U getValue()
java.lang.String getValueAsString()
java.lang.String getValuesAsString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |