Enum Class ExecutionUnitType

java.lang.Object
java.lang.Enum<ExecutionUnitType>
de.hybris.platform.patches.enums.ExecutionUnitType
All Implemented Interfaces:
HybrisEnumValue, Serializable, Comparable<ExecutionUnitType>, Constable

public enum ExecutionUnitType extends Enum<ExecutionUnitType> implements HybrisEnumValue
Generated enum ExecutionUnitType declared at extension patches.

Types of PatchExecutionUnit.

  • Enum Constant Details

    • IMPEX_IMPORT

      public static final ExecutionUnitType IMPEX_IMPORT
      Generated enum value for ExecutionUnitType.IMPEX_IMPORT declared at extension patches.
    • SQL_COMMAND

      public static final ExecutionUnitType SQL_COMMAND
      Generated enum value for ExecutionUnitType.SQL_COMMAND declared at extension patches.
    • ACTION

      public static final ExecutionUnitType ACTION
      Generated enum value for ExecutionUnitType.ACTION declared at extension patches.
  • Field Details

  • Method Details

    • values

      public static ExecutionUnitType[] 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 ExecutionUnitType 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
    • getCode

      public String getCode()
      Gets the code of this enum value.
      Specified by:
      getCode in interface HybrisEnumValue
      Returns:
      code of value
    • getType

      public String getType()
      Gets the type this enum value belongs to.
      Specified by:
      getType in interface HybrisEnumValue
      Returns:
      code of type