public class XSDFloatType extends XSDAnySimpleType
XSDAnySimpleType.ByteSequence, XSDAnySimpleType.HexSequence
Modifier and Type | Field and Description |
---|---|
protected static java.lang.Float |
NaN |
protected static java.lang.Float |
NEGATIVE_INFINITY |
protected static java.lang.Float |
POSITIVE_INFINITY |
Constructor and Description |
---|
XSDFloatType() |
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.Float NaN
protected static final java.lang.Float NEGATIVE_INFINITY
protected static final java.lang.Float 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