public static enum ProductFeedRule.EnumRuleType extends Enum<ProductFeedRule.EnumRuleType>
| Enum Constant and Description |
|---|
VALUE_FALLBACK_RULE |
VALUE_LETTER_CASE_RULE |
VALUE_MAPPING_RULE |
VALUE_REGEX_REPLACE_RULE |
VALUE_VALUE_MAPPING_RULE |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ProductFeedRule.EnumRuleType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProductFeedRule.EnumRuleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProductFeedRule.EnumRuleType VALUE_FALLBACK_RULE
public static final ProductFeedRule.EnumRuleType VALUE_LETTER_CASE_RULE
public static final ProductFeedRule.EnumRuleType VALUE_MAPPING_RULE
public static final ProductFeedRule.EnumRuleType VALUE_REGEX_REPLACE_RULE
public static final ProductFeedRule.EnumRuleType VALUE_VALUE_MAPPING_RULE
public static ProductFeedRule.EnumRuleType[] values()
for (ProductFeedRule.EnumRuleType c : ProductFeedRule.EnumRuleType.values()) System.out.println(c);
public static ProductFeedRule.EnumRuleType 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 toString()
toString in class Enum<ProductFeedRule.EnumRuleType>Copyright © 2020. All rights reserved.