com.siemens.ct.exi.util.datatype
Class XSDDecimal
java.lang.Object
com.siemens.ct.exi.util.datatype.XSDDecimal
public class XSDDecimal
- extends java.lang.Object
TODO Description
- Version:
- 0.4.20081111
- Author:
- Daniel.Peintner.EXT@siemens.com, Joerg.Heuer@siemens.com
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
newInstance
public static XSDDecimal newInstance()
isNegative
public boolean isNegative()
getIntegral
public java.math.BigInteger getIntegral()
getReverseFractional
public java.math.BigInteger getReverseFractional()
parse
public boolean parse(java.lang.String decimal)