public static enum PromptSetDefinition.PromptElementTable extends java.lang.Enum<PromptSetDefinition.PromptElementTable>
Enum Constant and Description |
---|
AJPPV
Statistical Table: Prompted values of aleady run workflow tasks
|
AJPVA
Statistical Table: Prompted array values of aleady run workflow tasks
|
APUD
Statistical Table: Prompted values of aleady run tasks
|
APUDA
Statistical Table: Prompted array values of aleady run tasks
|
EJPPV
Prompted values of running workflow tasks
|
EJPVA
Prompted array values of running workflow tasks
|
EPUD
Prompt Execution: Prompted values of running tasks
|
EPUDA
Prompt Execution: Prompted array values of running tasks
|
JPPV
JOBP Workflow Task Object
|
JPVA
For Multiple Values: JOBP Workflow Task Object
|
OPSE
PRPT Prompt Set Element Table.
|
OPSEA
For Multiple Values: PRPT Prompt Set Element Table.
|
OPUD
JOBS Job Object.
|
OPUDA
For Multiple Values: JOBS Job Object.
|
Modifier and Type | Method and Description |
---|---|
static PromptSetDefinition.PromptElementTable |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PromptSetDefinition.PromptElementTable[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PromptSetDefinition.PromptElementTable OPSE
public static final PromptSetDefinition.PromptElementTable OPSEA
public static final PromptSetDefinition.PromptElementTable OPUD
public static final PromptSetDefinition.PromptElementTable OPUDA
public static final PromptSetDefinition.PromptElementTable JPPV
public static final PromptSetDefinition.PromptElementTable JPVA
public static final PromptSetDefinition.PromptElementTable EPUD
public static final PromptSetDefinition.PromptElementTable EPUDA
public static final PromptSetDefinition.PromptElementTable EJPPV
public static final PromptSetDefinition.PromptElementTable EJPVA
public static final PromptSetDefinition.PromptElementTable APUD
public static final PromptSetDefinition.PromptElementTable APUDA
public static final PromptSetDefinition.PromptElementTable AJPPV
public static final PromptSetDefinition.PromptElementTable AJPVA
public static PromptSetDefinition.PromptElementTable[] values()
for (PromptSetDefinition.PromptElementTable c : PromptSetDefinition.PromptElementTable.values()) System.out.println(c);
public static PromptSetDefinition.PromptElementTable 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