EXIficient

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

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

Method Summary
 java.math.BigInteger getIntegral()
           
 java.math.BigInteger getReverseFractional()
           
 boolean isNegative()
           
static XSDDecimal newInstance()
           
 boolean parse(java.lang.String decimal)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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)

EXIficient