org.jbind.xml.core.constraint
Interface IThresholdConstraint

All Superinterfaces:
IConstraint, IHasLocation, ISimpleConstraint
All Known Subinterfaces:
IMaxExclusiveConstraint, IMaxInclusiveConstraint, IMinExclusiveConstraint, IMinInclusiveConstraint

public interface IThresholdConstraint
extends ISimpleConstraint


Method Summary
 IHasOrder getThreshold()
           
 
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
 

Method Detail

getThreshold

public IHasOrder getThreshold()