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