public class XSDDoubleType extends XSDAnySimpleType
XSDAnySimpleType.ByteSequence, XSDAnySimpleType.HexSequence
Modifier and Type | Field and Description |
---|---|
protected static java.lang.Double |
NaN |
protected static java.lang.Double |
NEGATIVE_INFINITY |
protected static java.lang.Double |
POSITIVE_INFINITY |
Constructor and Description |
---|
XSDDoubleType() |
Modifier and Type | Method and Description |
---|---|
int |
compareValues(java.lang.Object value1,
java.lang.Object value2) |
java.lang.Object |
getValue(java.lang.String literal) |
assess, getCanonicalLiteral
protected static final java.lang.Double NaN
protected static final java.lang.Double NEGATIVE_INFINITY
protected static final java.lang.Double POSITIVE_INFINITY
public java.lang.Object getValue(java.lang.String literal)
getValue
in class XSDAnySimpleType
public int compareValues(java.lang.Object value1, java.lang.Object value2)
compareValues
in class XSDAnySimpleType