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