org.alfresco.service.cmr.dictionary
Interface ClassAttributeDefinition

All Known Subinterfaces:
AssociationDefinition, ChildAssociationDefinition, PropertyDefinition

public interface ClassAttributeDefinition


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

getDescription

java.lang.String 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


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.