public static enum ProductCatalog.EnumContentCategory extends Enum<ProductCatalog.EnumContentCategory>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ProductCatalog.EnumContentCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProductCatalog.EnumContentCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProductCatalog.EnumContentCategory VALUE_BEAUTY_FASHION
public static final ProductCatalog.EnumContentCategory VALUE_BUSINESS
public static final ProductCatalog.EnumContentCategory VALUE_CARS_TRUCKS
public static final ProductCatalog.EnumContentCategory VALUE_COMEDY
public static final ProductCatalog.EnumContentCategory VALUE_CUTE_ANIMALS
public static final ProductCatalog.EnumContentCategory VALUE_ENTERTAINMENT
public static final ProductCatalog.EnumContentCategory VALUE_FAMILY
public static final ProductCatalog.EnumContentCategory VALUE_FOOD_HEALTH
public static final ProductCatalog.EnumContentCategory VALUE_HOME
public static final ProductCatalog.EnumContentCategory VALUE_LIFESTYLE
public static final ProductCatalog.EnumContentCategory VALUE_MUSIC
public static final ProductCatalog.EnumContentCategory VALUE_NEWS
public static final ProductCatalog.EnumContentCategory VALUE_POLITICS
public static final ProductCatalog.EnumContentCategory VALUE_SCIENCE
public static final ProductCatalog.EnumContentCategory VALUE_SPORTS
public static final ProductCatalog.EnumContentCategory VALUE_TECHNOLOGY
public static final ProductCatalog.EnumContentCategory VALUE_VIDEO_GAMING
public static final ProductCatalog.EnumContentCategory VALUE_OTHER
public static final ProductCatalog.EnumContentCategory NULL
public static ProductCatalog.EnumContentCategory[] values()
for (ProductCatalog.EnumContentCategory c : ProductCatalog.EnumContentCategory.values()) System.out.println(c);
public static ProductCatalog.EnumContentCategory 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<ProductCatalog.EnumContentCategory>Copyright © 2018. All rights reserved.