Enum Class RecorderValueChangeType

java.lang.Object
java.lang.Enum<RecorderValueChangeType>
de.hybris.platform.sap.productconfig.services.tracking.RecorderValueChangeType
All Implemented Interfaces:
Serializable, Comparable<RecorderValueChangeType>, Constable

public enum RecorderValueChangeType extends Enum<RecorderValueChangeType>
  • Enum Constant Details

    • SET

      public static final RecorderValueChangeType SET
      Generated enum value for RecorderValueChangeType.SET value defined at extension sapproductconfigservices.
    • DELETE

      public static final RecorderValueChangeType DELETE
      Generated enum value for RecorderValueChangeType.DELETE value defined at extension sapproductconfigservices.
    • RETRACT

      public static final RecorderValueChangeType RETRACT
      Generated enum value for RecorderValueChangeType.RETRACT value defined at extension sapproductconfigservices.
  • Method Details

    • values

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