public interface ModelDefinition extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns the description of the type.
|
String |
getName()
Returns the name of the type i.e.
|
String |
getParent()
The name of the parent type, null if the type doesn’t have a parent.
|
PropertyDefinition |
getPropertyDefinition(String propertyName)
Returns the propertyDefinition for the specified property Name
|
List<String> |
getPropertyNames()
Returns the list of property name defined for the type.
|
String |
getTitle()
Returns the title of the type.
|
String getName()
String getTitle()
String getDescription()
String getParent()
List<String> getPropertyNames()
PropertyDefinition getPropertyDefinition(String propertyName)
propertyName
- Copyright © 2012-2018 Alfresco Software. All Rights Reserved.