public interface AffixPatternProvider
| Modifier and Type | Interface and Description |
|---|---|
static class |
AffixPatternProvider.Flags |
| Modifier and Type | Field and Description |
|---|---|
static int |
FLAG_NEG_PREFIX |
static int |
FLAG_NEG_SUFFIX |
static int |
FLAG_POS_PREFIX |
static int |
FLAG_POS_SUFFIX |
| Modifier and Type | Method and Description |
|---|---|
char |
charAt(int flags,
int i) |
boolean |
containsSymbolType(int type) |
boolean |
currencyAsDecimal()
True if the currency symbol should replace the decimal separator.
|
String |
getString(int flags) |
boolean |
hasBody()
True if the pattern has a number placeholder like "0" or "#,##0.00"; false if the pattern does not
have one.
|
boolean |
hasCurrencySign() |
boolean |
hasNegativeSubpattern() |
int |
length(int flags) |
boolean |
negativeHasMinusSign() |
boolean |
positiveHasPlusSign() |
static final int FLAG_POS_PREFIX
static final int FLAG_POS_SUFFIX
static final int FLAG_NEG_PREFIX
static final int FLAG_NEG_SUFFIX
char charAt(int flags,
int i)
int length(int flags)
String getString(int flags)
boolean hasCurrencySign()
boolean positiveHasPlusSign()
boolean hasNegativeSubpattern()
boolean negativeHasMinusSign()
boolean containsSymbolType(int type)
boolean hasBody()
boolean currencyAsDecimal()