org.jbind.xml.core.constraint
Interface IIdRefOrIdRefsConstraint

All Superinterfaces:
IConstraint, IHasBindingAttributes, IHasLocation, IIdentityConstraint, IReferenceConstraint, ISourceInfo
All Known Implementing Classes:
IdRefOrIdRefsConstraint

public interface IIdRefOrIdRefsConstraint
extends IReferenceConstraint


Method Summary
 IAttrRefOrDecl getAttrRefOrDecl()
           
 
Methods inherited from interface org.jbind.xml.core.constraint.IReferenceConstraint
getConstraintKey, isSingleNotMultipleReference
 
Methods inherited from interface org.jbind.xml.core.constraint.IIdentityConstraint
getDataType, setDataType
 
Methods inherited from interface org.jbind.xml.core.constraint.IConstraint
getConstraintType, globalCheck, isFinal, isRestriction, localCheck
 
Methods inherited from interface org.jbind.xml.base.IHasLocation
getLocation
 
Methods inherited from interface org.jbind.xml.core.cmp.ISourceInfo
getAnnotation, getPrefixToNamespaceMapping, isTopLevelComponent
 
Methods inherited from interface org.jbind.xml.base.IHasBindingAttributes
getBindingAttribute, getDefaultedLocalBindingAttribute, getDefaultedLocalStringBindingAttribute, getLocalBindingAttribute, getLocalStringBindingAttribute, getStringBindingAttribute
 

Method Detail

getAttrRefOrDecl

public IAttrRefOrDecl getAttrRefOrDecl()