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