public static enum CruiseControlState.SubState extends java.lang.Enum<CruiseControlState.SubState>
Enum Constant and Description |
---|
ANALYZER |
ANOMALY_DETECTOR |
EXECUTOR |
MONITOR |
Modifier and Type | Field and Description |
---|---|
protected static java.util.List<CruiseControlState.SubState> |
CACHED_VALUES |
Modifier and Type | Method and Description |
---|---|
static java.util.List<CruiseControlState.SubState> |
cachedValues()
Use this instead of values() because values() creates a new array each time.
|
static CruiseControlState.SubState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CruiseControlState.SubState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CruiseControlState.SubState ANALYZER
public static final CruiseControlState.SubState MONITOR
public static final CruiseControlState.SubState EXECUTOR
public static final CruiseControlState.SubState ANOMALY_DETECTOR
protected static final java.util.List<CruiseControlState.SubState> CACHED_VALUES
public static CruiseControlState.SubState[] values()
for (CruiseControlState.SubState c : CruiseControlState.SubState.values()) System.out.println(c);
public static CruiseControlState.SubState valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static java.util.List<CruiseControlState.SubState> cachedValues()