com.sun.msv.datatype.xsd
public class NumberType extends BuiltinAtomicType implements Comparator
java.math.BigDecimal
.
See http://www.w3.org/TR/xmlschema-2/#decimal for the spec.
It was once known as "number" type.
Field Summary | |
---|---|
static NumberType | theInstance |
Method Summary | |
---|---|
int | compare(Object o1, Object o2) |
String | convertToLexicalValue(Object o, SerializationContext context) |
XSDatatype | getBaseType() |
Class | getJavaObjectType() |
int | isFacetApplicable(String facetName) |
static BigDecimal | load(String content) |
static String | save(Object o) |
Object | _createValue(String content, ValidationContext context) |