java.lang.Object
java.lang.Enum<BundleRuleType>
de.hybris.platform.configurablebundlecockpits.productcockpit.session.impl.type.BundleRuleType
All Implemented Interfaces:
Serializable, Comparable<BundleRuleType>, Constable

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

    • CHANGE_PRODUCT_PRICE_BUNDLE_RULE

      public static final BundleRuleType CHANGE_PRODUCT_PRICE_BUNDLE_RULE
    • DISABLE_PRODUCT_BUNDLE_RULE

      public static final BundleRuleType DISABLE_PRODUCT_BUNDLE_RULE
  • Method Details

    • values

      public static BundleRuleType[] 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 BundleRuleType 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
    • getTemplateBundleName

      public String getTemplateBundleName()
    • getModelName

      public String getModelName()
    • getRuleName

      public String getRuleName()
    • fromValue

      public static BundleRuleType fromValue(String v)