ariba.util.formatter
Class DecimalParseInfo

java.lang.Object
  extended by ariba.util.formatter.DecimalParseInfo

public class DecimalParseInfo
extends java.lang.Object

This class contains information generated by parsing a given BigDecimal string.


Field Summary
 int decimalDigits
          The number of digits after the decimal separator
 int decimalLocation
          The parse location of the decimal separator (in characters)
 int integerDigits
          The number of digits before the decimal separator
 java.math.BigDecimal number
          The number parsed
 java.lang.String prefix
          The string prefix of the number
 java.lang.String suffix
          The string suffix of the number
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

integerDigits

public int integerDigits
The number of digits before the decimal separator


decimalDigits

public int decimalDigits
The number of digits after the decimal separator


decimalLocation

public int decimalLocation
The parse location of the decimal separator (in characters)


prefix

public java.lang.String prefix
The string prefix of the number


suffix

public java.lang.String suffix
The string suffix of the number


number

public java.math.BigDecimal number
The number parsed



AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.