public static enum CDExt2Field.CurrencyFlag extends Enum<CDExt2Field.CurrencyFlag> implements INumberEnum<Byte>
| Enum Constant and Description |
|---|
ISOSYMUSED |
SYMFOLLOWS |
USESPACES |
| Modifier and Type | Method and Description |
|---|---|
long |
getLongValue() |
Byte |
getValue() |
static CDExt2Field.CurrencyFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CDExt2Field.CurrencyFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CDExt2Field.CurrencyFlag SYMFOLLOWS
public static final CDExt2Field.CurrencyFlag USESPACES
public static final CDExt2Field.CurrencyFlag ISOSYMUSED
public static CDExt2Field.CurrencyFlag[] values()
for (CDExt2Field.CurrencyFlag c : CDExt2Field.CurrencyFlag.values()) System.out.println(c);
public static CDExt2Field.CurrencyFlag 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 nullpublic long getLongValue()
getLongValue in interface INumberEnum<Byte>longpublic Byte getValue()
getValue in interface INumberEnum<Byte>Copyright © 2019–2021 HCL. All rights reserved.