org.jbind.xml.schema.constraint
Class IdsConstraint

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.IdsConstraint
All Implemented Interfaces:
IConstraint, IHasLocation, IIdentityConstraint

public class IdsConstraint
extends IdOrIdsConstraint


Constructor Summary
IdsConstraint(IAttrRefOrDecl aDecl, IHasLocation aHasLocation)
           
 
Method Summary
 ConstraintType getConstraintType()
           
protected  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

IdsConstraint

public IdsConstraint(IAttrRefOrDecl aDecl,
                     IHasLocation aHasLocation)
Method Detail

iterKeys

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

getConstraintType

public ConstraintType getConstraintType()