com.thaiopensource.datatype.xsd
Class ValueRestrictDatatype
java.lang.Object
com.thaiopensource.datatype.xsd.DatatypeBase
com.thaiopensource.datatype.xsd.RestrictDatatype
com.thaiopensource.datatype.xsd.ValueRestrictDatatype
- All Implemented Interfaces:
- Datatype2, Datatype
- Direct Known Subclasses:
- LengthRestrictDatatype, MaxExclusiveRestrictDatatype, MaxInclusiveRestrictDatatype, MaxLengthRestrictDatatype, MinExclusiveRestrictDatatype, MinInclusiveRestrictDatatype, MinLengthRestrictDatatype, PrecisionRestrictDatatype, ScaleRestrictDatatype
abstract class ValueRestrictDatatype
- extends RestrictDatatype
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValueRestrictDatatype
ValueRestrictDatatype(DatatypeBase base)
allowsValue
boolean allowsValue(String str,
ValidationContext vc)
- Overrides:
allowsValue
in class RestrictDatatype
getValue
Object getValue(String str,
ValidationContext vc)
- Overrides:
getValue
in class RestrictDatatype
satisfiesRestriction
abstract boolean satisfiesRestriction(Object value)