public enum MultiCurrencyJobEditMode extends Enum<MultiCurrencyJobEditMode>
| Enum Constant and Description |
|---|
ADVANCED |
CLASSIC |
LITE |
NO_MULTI_CURRENCY |
| Modifier and Type | Method and Description |
|---|---|
static MultiCurrencyJobEditMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MultiCurrencyJobEditMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MultiCurrencyJobEditMode NO_MULTI_CURRENCY
public static final MultiCurrencyJobEditMode CLASSIC
public static final MultiCurrencyJobEditMode LITE
public static final MultiCurrencyJobEditMode ADVANCED
public static MultiCurrencyJobEditMode[] values()
for (MultiCurrencyJobEditMode c : MultiCurrencyJobEditMode.values()) System.out.println(c);
public static MultiCurrencyJobEditMode 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 nullCopyright © 2008–2016 Sohnar Ltd.. All rights reserved.