public static enum ProductCatalog.EnumProductType extends Enum<ProductCatalog.EnumProductType>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ProductCatalog.EnumProductType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProductCatalog.EnumProductType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProductCatalog.EnumProductType VALUE_AUTO
public static final ProductCatalog.EnumProductType VALUE_AUTO_MARKET
public static final ProductCatalog.EnumProductType VALUE_AUTO_OFFER
public static final ProductCatalog.EnumProductType VALUE_AUTOMOTIVE_MODEL
public static final ProductCatalog.EnumProductType VALUE_DESTINATION
public static final ProductCatalog.EnumProductType VALUE_FLIGHT
public static final ProductCatalog.EnumProductType VALUE_GEO_BASED_ITEM
public static final ProductCatalog.EnumProductType VALUE_HOME_LISTING
public static final ProductCatalog.EnumProductType VALUE_HOME_SERVICE_PROVIDER
public static final ProductCatalog.EnumProductType VALUE_HOME_SERVICE_REVIEW
public static final ProductCatalog.EnumProductType VALUE_HOTEL
public static final ProductCatalog.EnumProductType VALUE_HOTEL_ROOM
public static final ProductCatalog.EnumProductType VALUE_MEDIA_TITLE
public static final ProductCatalog.EnumProductType VALUE_OTHER_TEST_DYNAMIC_ITEM
public static final ProductCatalog.EnumProductType VALUE_PRODUCT_GROUP
public static final ProductCatalog.EnumProductType VALUE_PRODUCT_ITEM
public static final ProductCatalog.EnumProductType VALUE_STORE_PRODUCT_ITEM
public static final ProductCatalog.EnumProductType VALUE_TEST_DYNAMIC_ITEM
public static final ProductCatalog.EnumProductType VALUE_VEHICLE
public static final ProductCatalog.EnumProductType VALUE_VEHICLE_OFFER
public static final ProductCatalog.EnumProductType NULL
public static ProductCatalog.EnumProductType[] values()
for (ProductCatalog.EnumProductType c : ProductCatalog.EnumProductType.values()) System.out.println(c);
public static ProductCatalog.EnumProductType 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.EnumProductType>Copyright © 2018. All rights reserved.