Interface ConstraintDefinition
Property constraint definition
- Author:
- Derek Hulley
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.The problem identified in MNT-413 will still existgetDescription
(MessageLookup messageLookup) getModel()
getName()
getRef()
getTitle()
Deprecated.The problem identified in MNT-413 will still existgetTitle
(MessageLookup messageLookup)
-
Method Details
-
getModel
ModelDefinition getModel()- Returns:
- defining model
-
getName
QName getName()- Returns:
- Returns the qualified name of the constraint
-
getTitle
String getTitle()Deprecated.The problem identified in MNT-413 will still exist -
getDescription
String getDescription()Deprecated.The problem identified in MNT-413 will still exist -
getTitle
- Returns:
- the human-readable class title
-
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
-