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.4.20081117
Author:
Daniel.Peintner.EXT@siemens.com, Martin.Winter@siemens.com, Joerg.Heuer@siemens.com

Field Summary
 int exponent
           
 int mantissa
           
 
Method Summary
static XSDFloat newInstance()
           
 boolean parse(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mantissa

public int mantissa

exponent

public int exponent
Method Detail

newInstance

public static XSDFloat newInstance()

parse

public boolean parse(java.lang.String s)

EXIficient