org.alfresco.service.cmr.dictionary
Interface ConstraintDefinition


public interface ConstraintDefinition

Property constraint definition


Method Summary
 Constraint getConstraint()
           
 java.lang.String getDescription()
           
 ModelDefinition getModel()
           
 QName getName()
           
 QName getRef()
           
 java.lang.String getTitle()
           
 

Method Detail

getModel

ModelDefinition getModel()
Returns:
defining model

getName

QName getName()
Returns:
Returns the qualified name of the constraint

getTitle

java.lang.String getTitle()
Returns:
the human-readable class title

getDescription

java.lang.String getDescription()
Returns:
the human-readable class description

getConstraint

Constraint getConstraint()
Returns:
Returns the constraint implementation

getRef

QName getRef()
Returns:
Returns the referenced constraint definition, if any (null for explicit or inline constraint def)
Since:
3.2R


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