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