org.jbind.xml.schema.cmp
Class BuiltInConstraint.DerivedIntegerConstraint

java.lang.Object
  extended byorg.jbind.xml.schema.cmp.BuiltInConstraint
      extended byorg.jbind.xml.schema.cmp.BuiltInConstraint.DerivedIntegerConstraint
All Implemented Interfaces:
IBuiltInConstraint, IConstraint, IHasLocation, ISimpleConstraint
Direct Known Subclasses:
BuiltInConstraint.GreaterThanOrEqualToZero, BuiltInConstraint.GreaterThanZero, BuiltInConstraint.LessThanOrEqualToZero, BuiltInConstraint.LessThanZero
Enclosing class:
BuiltInConstraint

protected abstract static class BuiltInConstraint.DerivedIntegerConstraint
extends BuiltInConstraint


Nested Class Summary
 
Nested classes inherited from class org.jbind.xml.schema.cmp.BuiltInConstraint
BuiltInConstraint.AnyUri, BuiltInConstraint.DateOrTimeConstraint, BuiltInConstraint.DateTimeConstraint, BuiltInConstraint.DerivedIntegerConstraint, BuiltInConstraint.EntityConstraint, BuiltInConstraint.GDateConstraint, BuiltInConstraint.GreaterThanOrEqualToZero, BuiltInConstraint.GreaterThanZero, BuiltInConstraint.IdConstraint, BuiltInConstraint.IdRefConstraint, BuiltInConstraint.Language, BuiltInConstraint.LessThanOrEqualToZero, BuiltInConstraint.LessThanZero, BuiltInConstraint.NameConstraint, BuiltInConstraint.NcNameConstraint, BuiltInConstraint.NmTokenConstraint, BuiltInConstraint.NotationConstraint, BuiltInConstraint.QNameConstraint, BuiltInConstraint.TimeConstraint, BuiltInConstraint.UnsignedInteger, BuiltInConstraint.UnsignedIntShortOrByte
 
Field Summary
protected  java.math.BigInteger ZERO
           
 
Constructor Summary
protected BuiltInConstraint.DerivedIntegerConstraint()
           
 
Methods inherited from class org.jbind.xml.schema.cmp.BuiltInConstraint
getConstraintType, getLocation, globalCheck, isFinal, isRestriction, validate
 
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
localCheck
 

Field Detail

ZERO

protected java.math.BigInteger ZERO
Constructor Detail

BuiltInConstraint.DerivedIntegerConstraint

protected BuiltInConstraint.DerivedIntegerConstraint()