Enum Class IdKeyMapper.TYPE

java.lang.Object
java.lang.Enum<IdKeyMapper.TYPE>
io.camunda.migrator.impl.persistence.IdKeyMapper.TYPE
All Implemented Interfaces:
Serializable, Comparable<IdKeyMapper.TYPE>, Constable
Enclosing interface:
IdKeyMapper

public static enum IdKeyMapper.TYPE extends Enum<IdKeyMapper.TYPE>
  • Enum Constant Details

    • HISTORY_PROCESS_DEFINITION

      public static final IdKeyMapper.TYPE HISTORY_PROCESS_DEFINITION
    • HISTORY_PROCESS_INSTANCE

      public static final IdKeyMapper.TYPE HISTORY_PROCESS_INSTANCE
    • HISTORY_INCIDENT

      public static final IdKeyMapper.TYPE HISTORY_INCIDENT
    • HISTORY_VARIABLE

      public static final IdKeyMapper.TYPE HISTORY_VARIABLE
    • HISTORY_USER_TASK

      public static final IdKeyMapper.TYPE HISTORY_USER_TASK
    • HISTORY_FLOW_NODE

      public static final IdKeyMapper.TYPE HISTORY_FLOW_NODE
    • HISTORY_DECISION_INSTANCE

      public static final IdKeyMapper.TYPE HISTORY_DECISION_INSTANCE
    • HISTORY_DECISION_INSTANCE_INPUT

      public static final IdKeyMapper.TYPE HISTORY_DECISION_INSTANCE_INPUT
    • HISTORY_DECISION_INSTANCE_OUTPUT

      public static final IdKeyMapper.TYPE HISTORY_DECISION_INSTANCE_OUTPUT
    • HISTORY_DECISION_DEFINITION

      public static final IdKeyMapper.TYPE HISTORY_DECISION_DEFINITION
    • HISTORY_DECISION_REQUIREMENT

      public static final IdKeyMapper.TYPE HISTORY_DECISION_REQUIREMENT
    • RUNTIME_PROCESS_INSTANCE

      public static final IdKeyMapper.TYPE RUNTIME_PROCESS_INSTANCE
  • Method Details

    • values

      public static IdKeyMapper.TYPE[] 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

      public static IdKeyMapper.TYPE valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getDisplayName

      public String getDisplayName()