|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
ConstraintType |
getConstraintType()
|
void |
globalCheck(IDataContext aContext,
IAnyTypeData aData,
IAnyTypeData anEnclosingData,
IConstraintViolations aViolations)
Checks if the specified data satisfies the constraint globally. |
boolean |
isFinal()
Indicates if the constraint must not be further restricted. |
boolean |
isRestriction(IConstraint aConstraint)
Checks if this constraint is a restriction of the specified constraint. |
void |
localCheck(ICheckContext aCheckContext,
IAnyTypeData aData,
IConstraintViolations aViolations)
Checks if the specified data satisfies the constraint locally. |
Methods inherited from interface org.jbind.xml.base.IHasLocation |
getLocation |
Method Detail |
public void localCheck(ICheckContext aCheckContext, IAnyTypeData aData, IConstraintViolations aViolations)
aData
- (required).aViolations
- (required).public void globalCheck(IDataContext aContext, IAnyTypeData aData, IAnyTypeData anEnclosingData, IConstraintViolations aViolations)
aContext
- (required).aData
- (required).aViolations
- (required).public boolean isRestriction(IConstraint aConstraint)
aConstraint
- (required).
true
iff this constraint is a restriction of
the specified constraint.public boolean isFinal()
true
iff the constraint can not be restricted.public ConstraintType getConstraintType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |