public static enum ProductFeed.EnumItemSubType extends Enum<ProductFeed.EnumItemSubType>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ProductFeed.EnumItemSubType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProductFeed.EnumItemSubType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProductFeed.EnumItemSubType VALUE_APPLIANCES
public static final ProductFeed.EnumItemSubType VALUE_BABY_FEEDING
public static final ProductFeed.EnumItemSubType VALUE_BABY_TRANSPORT
public static final ProductFeed.EnumItemSubType VALUE_BEAUTY
public static final ProductFeed.EnumItemSubType VALUE_BEDDING
public static final ProductFeed.EnumItemSubType VALUE_CAMERAS
public static final ProductFeed.EnumItemSubType VALUE_CELL_PHONES_AND_SMART_WATCHES
public static final ProductFeed.EnumItemSubType VALUE_CLEANING_SUPPLIES
public static final ProductFeed.EnumItemSubType VALUE_CLOTHING
public static final ProductFeed.EnumItemSubType VALUE_CLOTHING_ACCESSORIES
public static final ProductFeed.EnumItemSubType VALUE_COMPUTERS_AND_TABLETS
public static final ProductFeed.EnumItemSubType VALUE_DIAPERING_AND_POTTY_TRAINING
public static final ProductFeed.EnumItemSubType VALUE_ELECTRONICS_ACCESSORIES
public static final ProductFeed.EnumItemSubType VALUE_FURNITURE
public static final ProductFeed.EnumItemSubType VALUE_HEALTH
public static final ProductFeed.EnumItemSubType VALUE_HOME_GOODS
public static final ProductFeed.EnumItemSubType VALUE_JEWELRY
public static final ProductFeed.EnumItemSubType VALUE_NURSERY
public static final ProductFeed.EnumItemSubType VALUE_PRINTERS_AND_SCANNERS
public static final ProductFeed.EnumItemSubType VALUE_PROJECTORS
public static final ProductFeed.EnumItemSubType VALUE_SHOES_AND_FOOTWEAR
public static final ProductFeed.EnumItemSubType VALUE_SOFTWARE
public static final ProductFeed.EnumItemSubType VALUE_TOYS
public static final ProductFeed.EnumItemSubType VALUE_TVS_AND_MONITORS
public static final ProductFeed.EnumItemSubType VALUE_VIDEO_GAME_CONSOLES_AND_VIDEO_GAMES
public static final ProductFeed.EnumItemSubType VALUE_WATCHES
public static ProductFeed.EnumItemSubType[] values()
for (ProductFeed.EnumItemSubType c : ProductFeed.EnumItemSubType.values()) System.out.println(c);
public static ProductFeed.EnumItemSubType 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.EnumItemSubType>Copyright © 2020. All rights reserved.