public static enum KiuwanRecorder.Mode extends Enum<KiuwanRecorder.Mode>
| Enum Constant and Description |
|---|
DELIVERY_MODE |
EXPERT_MODE |
STANDARD_MODE |
| Modifier and Type | Method and Description |
|---|---|
static KiuwanRecorder.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KiuwanRecorder.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KiuwanRecorder.Mode STANDARD_MODE
public static final KiuwanRecorder.Mode DELIVERY_MODE
public static final KiuwanRecorder.Mode EXPERT_MODE
public static KiuwanRecorder.Mode[] values()
for (KiuwanRecorder.Mode c : KiuwanRecorder.Mode.values()) System.out.println(c);
public static KiuwanRecorder.Mode 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 © 2004-2018. All Rights Reserved.