public static enum ProductCatalog.EnumItemSubType extends Enum<ProductCatalog.EnumItemSubType>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ProductCatalog.EnumItemSubType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProductCatalog.EnumItemSubType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="APPLIANCES") public static final ProductCatalog.EnumItemSubType VALUE_APPLIANCES
@SerializedName(value="BABY_FEEDING") public static final ProductCatalog.EnumItemSubType VALUE_BABY_FEEDING
@SerializedName(value="BABY_TRANSPORT") public static final ProductCatalog.EnumItemSubType VALUE_BABY_TRANSPORT
@SerializedName(value="BEAUTY") public static final ProductCatalog.EnumItemSubType VALUE_BEAUTY
@SerializedName(value="BEDDING") public static final ProductCatalog.EnumItemSubType VALUE_BEDDING
@SerializedName(value="CAMERAS") public static final ProductCatalog.EnumItemSubType VALUE_CAMERAS
@SerializedName(value="CELL_PHONES_AND_SMART_WATCHES") public static final ProductCatalog.EnumItemSubType VALUE_CELL_PHONES_AND_SMART_WATCHES
@SerializedName(value="CLEANING_SUPPLIES") public static final ProductCatalog.EnumItemSubType VALUE_CLEANING_SUPPLIES
@SerializedName(value="CLOTHING") public static final ProductCatalog.EnumItemSubType VALUE_CLOTHING
@SerializedName(value="CLOTHING_ACCESSORIES") public static final ProductCatalog.EnumItemSubType VALUE_CLOTHING_ACCESSORIES
@SerializedName(value="COMPUTERS_AND_TABLETS") public static final ProductCatalog.EnumItemSubType VALUE_COMPUTERS_AND_TABLETS
@SerializedName(value="DIAPERING_AND_POTTY_TRAINING") public static final ProductCatalog.EnumItemSubType VALUE_DIAPERING_AND_POTTY_TRAINING
@SerializedName(value="ELECTRONICS_ACCESSORIES") public static final ProductCatalog.EnumItemSubType VALUE_ELECTRONICS_ACCESSORIES
@SerializedName(value="FURNITURE") public static final ProductCatalog.EnumItemSubType VALUE_FURNITURE
@SerializedName(value="HEALTH") public static final ProductCatalog.EnumItemSubType VALUE_HEALTH
@SerializedName(value="HOME_GOODS") public static final ProductCatalog.EnumItemSubType VALUE_HOME_GOODS
@SerializedName(value="JEWELRY") public static final ProductCatalog.EnumItemSubType VALUE_JEWELRY
@SerializedName(value="NURSERY") public static final ProductCatalog.EnumItemSubType VALUE_NURSERY
@SerializedName(value="PRINTERS_AND_SCANNERS") public static final ProductCatalog.EnumItemSubType VALUE_PRINTERS_AND_SCANNERS
@SerializedName(value="PROJECTORS") public static final ProductCatalog.EnumItemSubType VALUE_PROJECTORS
@SerializedName(value="SHOES_AND_FOOTWEAR") public static final ProductCatalog.EnumItemSubType VALUE_SHOES_AND_FOOTWEAR
@SerializedName(value="SOFTWARE") public static final ProductCatalog.EnumItemSubType VALUE_SOFTWARE
@SerializedName(value="TOYS") public static final ProductCatalog.EnumItemSubType VALUE_TOYS
@SerializedName(value="TVS_AND_MONITORS") public static final ProductCatalog.EnumItemSubType VALUE_TVS_AND_MONITORS
@SerializedName(value="VIDEO_GAME_CONSOLES_AND_VIDEO_GAMES") public static final ProductCatalog.EnumItemSubType VALUE_VIDEO_GAME_CONSOLES_AND_VIDEO_GAMES
@SerializedName(value="WATCHES") public static final ProductCatalog.EnumItemSubType VALUE_WATCHES
public static ProductCatalog.EnumItemSubType[] values()
for (ProductCatalog.EnumItemSubType c : ProductCatalog.EnumItemSubType.values()) System.out.println(c);
public static ProductCatalog.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<ProductCatalog.EnumItemSubType>Copyright © 2024. All rights reserved.