public static enum FillManagerUI.State extends Enum<FillManagerUI.State>
Enum Constant and Description |
---|
ENDED |
LOADED |
READY |
STARTED |
STOPPED |
Modifier and Type | Method and Description |
---|---|
static FillManagerUI.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FillManagerUI.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FillManagerUI.State READY
public static final FillManagerUI.State STARTED
public static final FillManagerUI.State ENDED
public static final FillManagerUI.State LOADED
public static final FillManagerUI.State STOPPED
public static FillManagerUI.State[] values()
for (FillManagerUI.State c : FillManagerUI.State.values()) System.out.println(c);
public static FillManagerUI.State 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 © 2015–2021 Fiji. All rights reserved.