EXIficient

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

java.lang.Object
  extended by com.siemens.ct.exi.util.datatype.XSDDouble

public class XSDDouble
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
 long exponent
           
 long mantissa
           
 
Method Summary
static XSDDouble 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 long mantissa

exponent

public long exponent
Method Detail

newInstance

public static XSDDouble newInstance()

parse

public boolean parse(java.lang.String s)

EXIficient