Interface ClassAttributeDefinition
-
- All Known Subinterfaces:
AssociationDefinition,ChildAssociationDefinition,PropertyDefinition
@AlfrescoPublicApi public interface ClassAttributeDefinition
- Author:
- Nick Smith
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription(MessageLookup messageLookup)ModelDefinitiongetModel()QNamegetName()StringgetTitle(MessageLookup messageLookup)booleanisProtected()Is this association or property maintained by the Repository?
-
-
-
Method Detail
-
getModel
ModelDefinition getModel()
- Returns:
- defining model
-
getName
QName getName()
- Returns:
- the qualified name
-
getTitle
String getTitle(MessageLookup messageLookup)
- Returns:
- the human-readable title
-
getDescription
String getDescription(MessageLookup messageLookup)
- Returns:
- the human-readable description
-
isProtected
boolean isProtected()
Is this association or property maintained by the Repository?- Returns:
- true => system maintained, false => client may maintain
-
-