IMC Epclient 5.0.3

at.spardat.enterprise.util
Class NumberUtil.Metric

java.lang.Object
  extended byat.spardat.enterprise.util.NumberUtil.Metric
Enclosing class:
NumberUtil

public static final class NumberUtil.Metric
extends java.lang.Object

Returned from method NumberUtil.getMetric(java.lang.String) to describe a canonic number


Field Summary
 byte lenKomma_
           
 short lenNachKomma_
           
 byte lenSign_
           
 short lenVorKomma_
           
 byte lenZerosVK_
           
 
Constructor Summary
NumberUtil.Metric()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lenSign_

public byte lenSign_

lenVorKomma_

public short lenVorKomma_

lenZerosVK_

public byte lenZerosVK_

lenKomma_

public byte lenKomma_

lenNachKomma_

public short lenNachKomma_
Constructor Detail

NumberUtil.Metric

public NumberUtil.Metric()

IMC Epclient 5.0.3