Package com.uc4.api.objects
Enum Class PromptSetDefinition.PromptElementTable
java.lang.Object
java.lang.Enum<PromptSetDefinition.PromptElementTable>
com.uc4.api.objects.PromptSetDefinition.PromptElementTable
- All Implemented Interfaces:
Serializable
,Comparable<PromptSetDefinition.PromptElementTable>
,Constable
- Enclosing class:
- PromptSetDefinition
public static enum PromptSetDefinition.PromptElementTable
extends Enum<PromptSetDefinition.PromptElementTable>
Enum for all the various tables where prompt values can be stored
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionStatistical Table: Prompted values of aleady run workflow tasksStatistical Table: Prompted array values of aleady run workflow tasksStatistical Table: Prompted values of aleady run tasksStatistical Table: Prompted array values of aleady run tasksPrompted values of running workflow tasksPrompted array values of running workflow tasksPrompt Execution: Prompted values of running tasksPrompt Execution: Prompted array values of running tasksJOBP Workflow Task ObjectFor Multiple Values: JOBP Workflow Task ObjectPRPT Prompt Set Element Table.For Multiple Values: PRPT Prompt Set Element Table.JOBS Job Object.For Multiple Values: JOBS Job Object. -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
OPSE
PRPT Prompt Set Element Table. Contains the default value specified in the Prompt Set Object -
OPSEA
For Multiple Values: PRPT Prompt Set Element Table. Contains the default value specified in the Prompt Set Object -
OPUD
JOBS Job Object. Contains values differing from OPSE (overridden in the JOB Object) -
OPUDA
For Multiple Values: JOBS Job Object. Contains values differing from OPSE (overridden in the JOB Object) -
JPPV
JOBP Workflow Task Object -
JPVA
For Multiple Values: JOBP Workflow Task Object -
EPUD
Prompt Execution: Prompted values of running tasks -
EPUDA
Prompt Execution: Prompted array values of running tasks -
EJPPV
Prompted values of running workflow tasks -
EJPVA
Prompted array values of running workflow tasks -
APUD
Statistical Table: Prompted values of aleady run tasks -
APUDA
Statistical Table: Prompted array values of aleady run tasks -
AJPPV
Statistical Table: Prompted values of aleady run workflow tasks -
AJPVA
Statistical Table: Prompted array values of aleady run workflow tasks
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-