Enum Class MContainerType

java.lang.Object
java.lang.Enum<MContainerType>
com.evolveum.midpoint.repo.sqale.qmodel.common.MContainerType
All Implemented Interfaces:
Serializable, Comparable<MContainerType>, Constable

public enum MContainerType extends Enum<MContainerType>
Type for container stored in database, used for MContainer.containerType. Analog of custom PG enum type `ContainerType`, not used in the code, it is automatically filled-in by the database.
  • Enum Constant Details

    • ACCESS_CERTIFICATION_CASE

      public static final MContainerType ACCESS_CERTIFICATION_CASE
    • ACCESS_CERTIFICATION_WORK_ITEM

      public static final MContainerType ACCESS_CERTIFICATION_WORK_ITEM
    • AFFECTED_RESOURCE_OBJECTS

      public static final MContainerType AFFECTED_RESOURCE_OBJECTS
    • AFFECTED_OBJECTS

      public static final MContainerType AFFECTED_OBJECTS
    • ASSIGNMENT

      public static final MContainerType ASSIGNMENT
    • CASE_WORK_ITEM

      public static final MContainerType CASE_WORK_ITEM
    • FOCUS_IDENTITY

      public static final MContainerType FOCUS_IDENTITY
    • INDUCEMENT

      public static final MContainerType INDUCEMENT
    • LOOKUP_TABLE_ROW

      public static final MContainerType LOOKUP_TABLE_ROW
    • OPERATION_EXECUTION

      public static final MContainerType OPERATION_EXECUTION
    • SIMULATION_RESULT_PROCESSED_OBJECT

      public static final MContainerType SIMULATION_RESULT_PROCESSED_OBJECT
    • TRIGGER

      public static final MContainerType TRIGGER
  • Method Details

    • values

      public static MContainerType[] 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 MContainerType 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