public static enum InstantUpgradeManager.State extends Enum<InstantUpgradeManager.State>
Enum Constant and Description |
---|
DISABLED |
EARLY_STARTUP |
ERROR |
FULLY_STARTED |
LATE_STARTUP |
WAITING_FOR_ACTIVATION |
Modifier and Type | Method and Description |
---|---|
static InstantUpgradeManager.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstantUpgradeManager.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstantUpgradeManager.State DISABLED
public static final InstantUpgradeManager.State ERROR
public static final InstantUpgradeManager.State EARLY_STARTUP
public static final InstantUpgradeManager.State WAITING_FOR_ACTIVATION
public static final InstantUpgradeManager.State LATE_STARTUP
public static final InstantUpgradeManager.State FULLY_STARTED
public static InstantUpgradeManager.State[] values()
for (InstantUpgradeManager.State c : InstantUpgradeManager.State.values()) System.out.println(c);
public static InstantUpgradeManager.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 © 2002-2017 Atlassian. All Rights Reserved.
View cookie preferences