public enum BundleRuleType extends Enum<BundleRuleType>
| Enum Constant and Description |
|---|
CHANGE_PRODUCT_PRICE_BUNDLE_RULE |
DISABLE_PRODUCT_BUNDLE_RULE |
| Modifier and Type | Method and Description |
|---|---|
static BundleRuleType |
fromValue(String v) |
String |
getModelName() |
String |
getRuleName() |
String |
getTemplateBundleName() |
static BundleRuleType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BundleRuleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BundleRuleType CHANGE_PRODUCT_PRICE_BUNDLE_RULE
public static final BundleRuleType DISABLE_PRODUCT_BUNDLE_RULE
public static BundleRuleType[] values()
for (BundleRuleType c : BundleRuleType.values()) System.out.println(c);
public static BundleRuleType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getTemplateBundleName()
public String getModelName()
public String getRuleName()
public static BundleRuleType fromValue(String v)
Copyright © 2017 SAP SE. All Rights Reserved.