Interface ClassAttributeDefinition
- All Known Subinterfaces:
AssociationDefinition,ChildAssociationDefinition,PropertyDefinition
- Author:
- Nick Smith
-
Method Summary
Modifier and TypeMethodDescriptiongetDescription(MessageLookup messageLookup) getModel()getName()getTitle(MessageLookup messageLookup) booleanIs this association or property maintained by the Repository?
-
Method Details
-
getModel
ModelDefinition getModel()- Returns:
- defining model
-
getName
QName getName()- Returns:
- the qualified name
-
getTitle
- Returns:
- the human-readable title
-
getDescription
- 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
-