public static enum CurrencyData.CurrencySpacingInfo.SpacingPattern extends Enum<CurrencyData.CurrencySpacingInfo.SpacingPattern>
Enum.EnumDesc<E extends Enum<E>>| Enum Constant and Description |
|---|
COUNT |
CURRENCY_MATCH |
INSERT_BETWEEN |
SURROUNDING_MATCH |
| Modifier and Type | Method and Description |
|---|---|
static CurrencyData.CurrencySpacingInfo.SpacingPattern |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CurrencyData.CurrencySpacingInfo.SpacingPattern[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CurrencyData.CurrencySpacingInfo.SpacingPattern CURRENCY_MATCH
public static final CurrencyData.CurrencySpacingInfo.SpacingPattern SURROUNDING_MATCH
public static final CurrencyData.CurrencySpacingInfo.SpacingPattern INSERT_BETWEEN
public static final CurrencyData.CurrencySpacingInfo.SpacingPattern COUNT
public static CurrencyData.CurrencySpacingInfo.SpacingPattern[] values()
public static CurrencyData.CurrencySpacingInfo.SpacingPattern valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null