public interface PropertyDefinition extends Serializable
Modifier and Type | Method and Description |
---|---|
List<Map<String,Object>> |
getAllowableValues()
Returns the list of values allowed for the property.
|
<T> T |
getDefaultValue()
Returns the default value for the property, null if a default value has
not been defined.
|
String |
getDescription()
Returns the description of the property.
|
String |
getName()
Returns the name of the property i.e.
|
String |
getTitle()
Returns the title of the property.
|
PropertyType |
getType()
Returns the data type of the property.
|
boolean |
isMultiValued()
Determines whether the property supports multiple values.
|
boolean |
isReadOnly()
Determines whether the property is read only.
|
boolean |
isRequired()
Determines whether the property is required.
|
String getName()
String getTitle()
String getDescription()
PropertyType getType()
boolean isRequired()
boolean isMultiValued()
boolean isReadOnly()
<T> T getDefaultValue()
Copyright © 2012-2018 Alfresco Software. All Rights Reserved.