Interface ClassAttributeDefinition

All Known Subinterfaces:
AssociationDefinition, ChildAssociationDefinition, PropertyDefinition

@AlfrescoPublicApi public interface ClassAttributeDefinition
Author:
Nick Smith
  • Method Details

    • 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