public static enum ProductCatalog.EnumVertical extends Enum<ProductCatalog.EnumVertical>
| Enum Constant and Description |
|---|
NULL |
VALUE_COMMERCE |
VALUE_DESTINATIONS |
VALUE_FLIGHTS |
VALUE_HOME_LISTINGS |
VALUE_HOTELS |
VALUE_VEHICLES |
| 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_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_VEHICLES
public static final ProductCatalog.EnumVertical NULL
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 © 2018. All rights reserved.