Enum Class ValueChangeType

java.lang.Object
java.lang.Enum<ValueChangeType>
de.hybris.platform.sap.productconfig.runtime.interf.model.ValueChangeType
All Implemented Interfaces:
Serializable, Comparable<ValueChangeType>, Constable

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

    • SET

      public static final ValueChangeType SET
      Generated enum value for ValueChangeType.SET value defined at extension sapproductconfigruntimeinterface.
    • DELETE

      public static final ValueChangeType DELETE
      Generated enum value for ValueChangeType.DELETE value defined at extension sapproductconfigruntimeinterface.
    • RETRACT

      public static final ValueChangeType RETRACT
      Generated enum value for ValueChangeType.RETRACT value defined at extension sapproductconfigruntimeinterface.
  • Method Details

    • values

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