public static enum ProductCatalog.EnumVertical extends Enum<ProductCatalog.EnumVertical>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ProductCatalog.EnumVertical |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProductCatalog.EnumVertical[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProductCatalog.EnumVertical VALUE_ADOPTABLE_PETS
public static final ProductCatalog.EnumVertical VALUE_BOOKABLE
public static final ProductCatalog.EnumVertical VALUE_COMMERCE
public static final ProductCatalog.EnumVertical VALUE_DESTINATIONS
public static final ProductCatalog.EnumVertical VALUE_FLIGHTS
public static final ProductCatalog.EnumVertical VALUE_HOME_LISTINGS
public static final ProductCatalog.EnumVertical VALUE_HOTELS
public static final ProductCatalog.EnumVertical VALUE_JOBS
public static final ProductCatalog.EnumVertical VALUE_LOCAL_DELIVERY_SHIPPING_PROFILES
public static final ProductCatalog.EnumVertical VALUE_LOCAL_SERVICE_BUSINESSES
public static final ProductCatalog.EnumVertical VALUE_OFFER_ITEMS
public static final ProductCatalog.EnumVertical VALUE_OFFLINE_COMMERCE
public static final ProductCatalog.EnumVertical VALUE_TICKETED_EXPERIENCES
public static final ProductCatalog.EnumVertical VALUE_TRANSACTABLE_ITEMS
public static final ProductCatalog.EnumVertical VALUE_VEHICLES
public static ProductCatalog.EnumVertical[] values()
for (ProductCatalog.EnumVertical c : ProductCatalog.EnumVertical.values()) System.out.println(c);
public static ProductCatalog.EnumVertical 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.EnumVertical>Copyright © 2020. All rights reserved.