EXIficient

com.siemens.ct.exi.util.datatype
Class XSDFloat

java.lang.Object
  extended by 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

Field Summary
static long FLOAT_SPECIAL_VALUES
           
 long iExponent
           
 long iMantissa
           
static long MANTISSA_INFINITY
           
static long MANTISSA_MINUS_INFINITY
           
static long MANTISSA_NOT_A_NUMBER
           
 
Method Summary
static XSDFloat newInstance()
           
 void parse(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Method Detail

newInstance

public static XSDFloat newInstance()

parse

public void parse(java.lang.String s)
           throws XMLParsingException
Throws:
XMLParsingException

EXIficient