com.siemens.ct.exi.util.datatype
Class XSDFloat
java.lang.Object
com.siemens.ct.exi.util.datatype.XSDFloat
public class XSDFloat
- extends java.lang.Object
TODO Description
- Version:
- 0.3.20081117
- Author:
- Daniel.Peintner.EXT@siemens.com, Martin.Winter@siemens.com, Joerg.Heuer@siemens.com
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FLOAT_SPECIAL_VALUES
public static final long FLOAT_SPECIAL_VALUES
- See Also:
- Constant Field Values
MANTISSA_INFINITY
public static final long MANTISSA_INFINITY
- See Also:
- Constant Field Values
MANTISSA_MINUS_INFINITY
public static final long MANTISSA_MINUS_INFINITY
- See Also:
- Constant Field Values
MANTISSA_NOT_A_NUMBER
public static final long MANTISSA_NOT_A_NUMBER
- See Also:
- Constant Field Values
iMantissa
public long iMantissa
iExponent
public long iExponent
newInstance
public static XSDFloat newInstance()
parse
public void parse(java.lang.String s)
throws XMLParsingException
- Throws:
XMLParsingException