Enum PromptSetDefinition.PromptElementTable

    • Enum Constant Summary

      Enum Constants 
      Enum Constant 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.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method 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.
      • Methods inherited from class java.lang.Enum

        clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait