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