org.jbind.xml.core.constraint
Interface ILngthConstraint

All Superinterfaces:
IConstraint, IHasLocation, ISimpleConstraint
All Known Subinterfaces:
ILengthConstraint, IMaxLengthConstraint, IMinLengthConstraint

public interface ILngthConstraint
extends ISimpleConstraint


Method Summary
 int getLength()
           
 
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

getLength

public int getLength()