org.jbind.xml.schema.constraint
Class IdConstraint

java.lang.Object
  extended byorg.jbind.xml.schema.constraint.Constraint
      extended byorg.jbind.xml.schema.constraint.IdentityConstraint
          extended byorg.jbind.xml.schema.constraint.IdOrIdsConstraint
              extended byorg.jbind.xml.schema.constraint.IdConstraint
All Implemented Interfaces:
IConstraint, IHasLocation, IIdentityConstraint

public class IdConstraint
extends IdOrIdsConstraint


Constructor Summary
IdConstraint(IAttrRefOrDecl aDecl, IHasLocation aHasLocation)
           
 
Method Summary
 ConstraintType getConstraintType()
           
 java.util.Iterator iterKeys(IAnyTypeData aData)
           
 
Methods inherited from class org.jbind.xml.schema.constraint.IdOrIdsConstraint
globalCheck
 
Methods inherited from class org.jbind.xml.schema.constraint.IdentityConstraint
getAddressedData, getAttributeRef, getAttrRefOrDecl, getDataType, isRestriction, localCheck, setDataType
 
Methods inherited from class org.jbind.xml.schema.constraint.Constraint
getLocation, isFinal, setIsFinal
 
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
isFinal
 
Methods inherited from interface org.jbind.xml.base.IHasLocation
getLocation
 

Constructor Detail

IdConstraint

public IdConstraint(IAttrRefOrDecl aDecl,
                    IHasLocation aHasLocation)
Method Detail

iterKeys

public java.util.Iterator iterKeys(IAnyTypeData aData)
Specified by:
iterKeys in class IdOrIdsConstraint

getConstraintType

public ConstraintType getConstraintType()