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