public static enum CollectControlPanelController.Status extends Enum<CollectControlPanelController.Status>
| Enum Constant and Description |
|---|
ERROR |
IDLE |
INITIALIZING |
RUNNING |
STARTING |
STOPPING |
| Modifier and Type | Method and Description |
|---|---|
static CollectControlPanelController.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CollectControlPanelController.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CollectControlPanelController.Status INITIALIZING
public static final CollectControlPanelController.Status STARTING
public static final CollectControlPanelController.Status RUNNING
public static final CollectControlPanelController.Status STOPPING
public static final CollectControlPanelController.Status ERROR
public static final CollectControlPanelController.Status IDLE
public static CollectControlPanelController.Status[] values()
for (CollectControlPanelController.Status c : CollectControlPanelController.Status.values()) System.out.println(c);
public static CollectControlPanelController.Status 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 © 2021 Open Foris. All rights reserved.