public class ModelDefinitionImpl extends Object implements ModelDefinition
Modifier and Type | Field and Description |
---|---|
protected org.apache.chemistry.opencmis.commons.definitions.TypeDefinition |
typeDefinition |
Constructor and Description |
---|
ModelDefinitionImpl()
Instantiates a new tag impl.
|
ModelDefinitionImpl(org.apache.chemistry.opencmis.client.api.ObjectType typeDefinition)
Instantiates a new tag impl.
|
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.
|
protected String |
getPrefix() |
PropertyDefinition |
getPropertyDefinition(String propertyKey)
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.
|
protected org.apache.chemistry.opencmis.commons.definitions.TypeDefinition typeDefinition
public ModelDefinitionImpl()
public ModelDefinitionImpl(org.apache.chemistry.opencmis.client.api.ObjectType typeDefinition)
value
- the value of the tagpublic String getName()
ModelDefinition
getName
in interface ModelDefinition
public String getTitle()
ModelDefinition
getTitle
in interface ModelDefinition
public String getDescription()
ModelDefinition
getDescription
in interface ModelDefinition
public String getParent()
ModelDefinition
getParent
in interface ModelDefinition
public List<String> getPropertyNames()
ModelDefinition
getPropertyNames
in interface ModelDefinition
public PropertyDefinition getPropertyDefinition(String propertyKey)
ModelDefinition
getPropertyDefinition
in interface ModelDefinition
protected String getPrefix()
Copyright © 2012-2018 Alfresco Software. All Rights Reserved.