public static enum AbstractMonitoringTask.MonitoringState extends java.lang.Enum<AbstractMonitoringTask.MonitoringState>
| Enum Constant and Description |
|---|
FAULTY_PROCESS |
FAULTY_PROCESS_EXCUTED_MEASURE |
FAULTY_PROCESS_FAULTY_MEASURE |
OK |
| Modifier and Type | Method and Description |
|---|---|
static AbstractMonitoringTask.MonitoringState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbstractMonitoringTask.MonitoringState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractMonitoringTask.MonitoringState OK
public static final AbstractMonitoringTask.MonitoringState FAULTY_PROCESS
public static final AbstractMonitoringTask.MonitoringState FAULTY_PROCESS_EXCUTED_MEASURE
public static final AbstractMonitoringTask.MonitoringState FAULTY_PROCESS_FAULTY_MEASURE
public static AbstractMonitoringTask.MonitoringState[] values()
for (AbstractMonitoringTask.MonitoringState c : AbstractMonitoringTask.MonitoringState.values()) System.out.println(c);
public static AbstractMonitoringTask.MonitoringState 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 null