EXIficient

com.siemens.ct.exi.values
Class DecimalValue

java.lang.Object
  extended by com.siemens.ct.exi.values.AbstractValue
      extended by com.siemens.ct.exi.values.DecimalValue
All Implemented Interfaces:
Value

public class DecimalValue
extends AbstractValue


Constructor Summary
DecimalValue(boolean negative, HugeIntegerValue integral, HugeIntegerValue revFractional)
           
 
Method Summary
 java.math.BigDecimal toBigDecimal()
           
 char[] toCharacters()
           
 
Methods inherited from class com.siemens.ct.exi.values.AbstractValue
getCharactersLength, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DecimalValue

public DecimalValue(boolean negative,
                    HugeIntegerValue integral,
                    HugeIntegerValue revFractional)
Method Detail

toBigDecimal

public java.math.BigDecimal toBigDecimal()

toCharacters

public char[] toCharacters()

EXIficient