Enum Class PqProductActionType

java.lang.Object
java.lang.Enum<PqProductActionType>
de.hybris.platform.productqualificationservices.data.PqProductActionType
All Implemented Interfaces:
Serializable, Comparable<PqProductActionType>, Constable

public enum PqProductActionType extends Enum<PqProductActionType>
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    Enum.EnumDesc<E extends Enum<E>>
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    Generated enum value for PqProductActionType.ADD value defined at extension productqualificationservices.
    Generated enum value for PqProductActionType.DELETE value defined at extension productqualificationservices.
    Generated enum value for PqProductActionType.MODIFY value defined at extension productqualificationservices.
    Generated enum value for PqProductActionType.NOCHANGE value defined at extension productqualificationservices.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the enum constant of this class with the specified name.
    Returns an array containing the constants of this enum class, in the order they are declared.

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

    • ADD

      public static final PqProductActionType ADD
      Generated enum value for PqProductActionType.ADD value defined at extension productqualificationservices.
    • MODIFY

      public static final PqProductActionType MODIFY
      Generated enum value for PqProductActionType.MODIFY value defined at extension productqualificationservices.
    • DELETE

      public static final PqProductActionType DELETE
      Generated enum value for PqProductActionType.DELETE value defined at extension productqualificationservices.
    • NOCHANGE

      public static final PqProductActionType NOCHANGE
      Generated enum value for PqProductActionType.NOCHANGE value defined at extension productqualificationservices.
  • Method Details

    • values

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