|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectariba.util.formatter.DecimalParseInfo
public class DecimalParseInfo
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 |
---|
public int integerDigits
public int decimalDigits
public int decimalLocation
public java.lang.String prefix
public java.lang.String suffix
public java.math.BigDecimal number
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |