public static enum ComponentManagerControl.PluginSystemState extends Enum<ComponentManagerControl.PluginSystemState>
Enum Constant and Description |
---|
EARLY_STARTED |
LATE_STARTED |
NOT_STARTED |
Modifier and Type | Method and Description |
---|---|
static ComponentManagerControl.PluginSystemState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComponentManagerControl.PluginSystemState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ComponentManagerControl.PluginSystemState NOT_STARTED
public static final ComponentManagerControl.PluginSystemState EARLY_STARTED
public static final ComponentManagerControl.PluginSystemState LATE_STARTED
public static ComponentManagerControl.PluginSystemState[] values()
for (ComponentManagerControl.PluginSystemState c : ComponentManagerControl.PluginSystemState.values()) System.out.println(c);
public static ComponentManagerControl.PluginSystemState 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-2022 Atlassian. All Rights Reserved.