public interface Property extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName()
Return the display Name
|
PropertyType |
getType()
Returns the property data type.
|
<T> T |
getValue()
Returns the property value, in the case of a multi-valued property a List
is returned.
|
boolean |
isMultiValued()
Returns true if the property is a multi-value property.
|
boolean isMultiValued()
PropertyType getType()
String getDisplayName()
<T> T getValue()
T
- the generic typeCopyright © 2012-2018 Alfresco Software. All Rights Reserved.