java.lang.Object
org.apache.jena.ext.xerces.impl.dv.xs.TypeValidator
org.apache.jena.ext.xerces.impl.dv.xs.DecimalDV
- Direct Known Subclasses:
IntegerDV
Represent the schema type "decimal"
@xerces.internal
- Version:
- $Id: DecimalDV.java 446745 2006-09-15 21:43:58Z mrglavas $
- Author:
- Neeraj Bajaj, Sun Microsystems, inc., Sandy Gao, IBM
-
Field Summary
Fields inherited from class org.apache.jena.ext.xerces.impl.dv.xs.TypeValidator
EQUAL, GREATER_THAN, INDETERMINATE, LESS_THAN -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal intgetActualValue(String content) final shortfinal intgetFractionDigits(Object value) final intgetTotalDigits(Object value) Methods inherited from class org.apache.jena.ext.xerces.impl.dv.xs.TypeValidator
getDigit, isDigit
-
Constructor Details
-
DecimalDV
public DecimalDV()
-
-
Method Details
-
getAllowedFacets
public final short getAllowedFacets()- Specified by:
getAllowedFacetsin classTypeValidator
-
getActualValue
- Specified by:
getActualValuein classTypeValidator- Throws:
InvalidDatatypeValueException
-
compare
- Overrides:
comparein classTypeValidator
-
getTotalDigits
- Overrides:
getTotalDigitsin classTypeValidator
-
getFractionDigits
- Overrides:
getFractionDigitsin classTypeValidator
-