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