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 java.lang.String
getDescription(MessageLookup messageLookup)
ModelDefinition
getModel()
QName
getName()
java.lang.String
getTitle(MessageLookup messageLookup)
boolean
isProtected()
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
java.lang.String getTitle(MessageLookup messageLookup)
- Returns:
- the human-readable title
-
getDescription
java.lang.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
-
-