public static class PatternStringParser.ParsedSubpatternInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
exponentHasPlusSign |
int |
exponentZeros |
int |
fractionHashSigns |
int |
fractionNumerals |
int |
fractionTotal |
long |
groupingSizes |
boolean |
hasCurrencyDecimal |
boolean |
hasCurrencySign |
boolean |
hasDecimal |
boolean |
hasMinusSign |
boolean |
hasPercentSign |
boolean |
hasPerMilleSign |
boolean |
hasPlusSign |
int |
integerAtSigns |
int |
integerLeadingHashSigns |
int |
integerNumerals |
int |
integerTotal |
int |
integerTrailingHashSigns |
long |
paddingEndpoints |
Padder.PadPosition |
paddingLocation |
long |
prefixEndpoints |
DecimalQuantity_DualStorageBCD |
rounding |
long |
suffixEndpoints |
int |
widthExceptAffixes |
| Constructor and Description |
|---|
ParsedSubpatternInfo() |
public long groupingSizes
public int integerLeadingHashSigns
public int integerTrailingHashSigns
public int integerNumerals
public int integerAtSigns
public int integerTotal
public int fractionNumerals
public int fractionHashSigns
public int fractionTotal
public boolean hasDecimal
public int widthExceptAffixes
public Padder.PadPosition paddingLocation
public DecimalQuantity_DualStorageBCD rounding
public boolean exponentHasPlusSign
public int exponentZeros
public boolean hasPercentSign
public boolean hasPerMilleSign
public boolean hasCurrencySign
public boolean hasCurrencyDecimal
public boolean hasMinusSign
public boolean hasPlusSign
public long prefixEndpoints
public long suffixEndpoints
public long paddingEndpoints