|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jbind.xml.schema.constraint.Constraint
Constructor Summary | |
Constraint(IHasLocation aHasLocation)
|
Method Summary | |
ILocation |
getLocation()
|
boolean |
isFinal()
Indicates if the constraint must not be further restricted. |
void |
setIsFinal(boolean aBoolean)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.jbind.xml.core.constraint.IConstraint |
getConstraintType, globalCheck, isRestriction, localCheck |
Constructor Detail |
public Constraint(IHasLocation aHasLocation)
Method Detail |
public boolean isFinal()
IConstraint
isFinal
in interface IConstraint
true
iff the constraint can not be restricted.public void setIsFinal(boolean aBoolean)
public ILocation getLocation()
getLocation
in interface IHasLocation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |