Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

org.alfresco.service.cmr.dictionary
Interface ClassAttributeDefinition
All Known Subinterfaces:
AssociationDefinition, ChildAssociationDefinition, PropertyDefinition

@org.alfresco.api.AlfrescoPublicApi
public interface ClassAttributeDefinition
Author:
Nick Smith

Method Summary
getDescription(MessageLookup messageLookup)
getModel()
getName()
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
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

Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

Copyright © 2005–2018 Alfresco Software. All rights reserved.

Java API documentation generated with DocFlex/Javadoc 1.6.1 using JavadocPro template set.