|
|||||||||
| 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 |
BigDecimal |
number
The number parsed |
String |
prefix
The string prefix of the number |
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 String prefix
public String suffix
public BigDecimal number
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||