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