java.io.Serializable
, java.lang.Comparable<TriggerNext.TrigMGField>
protected static enum TriggerNext.TrigMGField extends java.lang.Enum<TriggerNext.TrigMGField>
Enum Constant | Description |
---|---|
ARG |
|
ASSIST |
|
ASSISTNUM |
|
CONNECTOR |
|
PARMCOUNT |
|
PARMTYPE |
|
TRIGTYPE |
|
VALUE |
Modifier and Type | Field | Description |
---|---|---|
java.lang.String |
str |
Modifier and Type | Method | Description |
---|---|---|
static TriggerNext.TrigMGField |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static TriggerNext.TrigMGField[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TriggerNext.TrigMGField PARMCOUNT
public static final TriggerNext.TrigMGField CONNECTOR
public static final TriggerNext.TrigMGField TRIGTYPE
public static final TriggerNext.TrigMGField VALUE
public static final TriggerNext.TrigMGField PARMTYPE
public static final TriggerNext.TrigMGField ARG
public static final TriggerNext.TrigMGField ASSIST
public static final TriggerNext.TrigMGField ASSISTNUM
public static TriggerNext.TrigMGField[] values()
for (TriggerNext.TrigMGField c : TriggerNext.TrigMGField.values()) System.out.println(c);
public static TriggerNext.TrigMGField 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