java.lang.Object
java.lang.Enum<Switch>
de.hybris.platform.ruleengineservices.configuration.Switch
All Implemented Interfaces:
Serializable, Comparable<Switch>, Constable

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

    • CONSUMPTION

      public static final Switch CONSUMPTION
      Generated enum value for Switch.CONSUMPTION("ruleengineservices.consumption.enabled") value defined at extension ruleengineservices.
    • GENERATOR_WEBSITEGROUP

      public static final Switch GENERATOR_WEBSITEGROUP
      Generated enum value for Switch.GENERATOR_WEBSITEGROUP("promotionengineservices.generator.websitegroup.enabled") value defined at extension promotionengineservices.
  • Method Details

    • values

      public static Switch[] 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 Switch 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
    • getValue

      public String getValue()
    • fromValue

      public static Switch fromValue(String value)