Enum StackingMode.StackingModeEnum

java.lang.Object
java.lang.Enum<StackingMode.StackingModeEnum>
com.commercetools.api.models.cart_discount.StackingMode.StackingModeEnum
All Implemented Interfaces:
StackingMode, io.vrap.rmf.base.client.JsonEnum, Serializable, Comparable<StackingMode.StackingModeEnum>, java.lang.constant.Constable
Enclosing interface:
StackingMode

public static enum StackingMode.StackingModeEnum extends Enum<StackingMode.StackingModeEnum> implements StackingMode
possible values of StackingMode
  • Enum Constant Details

  • Method Details

    • values

      public static StackingMode.StackingModeEnum[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static StackingMode.StackingModeEnum valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null
    • getJsonName

      public String getJsonName()
      Description copied from interface: StackingMode
      the JSON value
      Specified by:
      getJsonName in interface io.vrap.rmf.base.client.JsonEnum
      Specified by:
      getJsonName in interface StackingMode
      Returns:
      json value
    • toString

      public String toString()
      Description copied from interface: StackingMode
      convert value to string
      Specified by:
      toString in interface io.vrap.rmf.base.client.JsonEnum
      Specified by:
      toString in interface StackingMode
      Overrides:
      toString in class Enum<StackingMode.StackingModeEnum>
      Returns:
      string representation