public static enum ProductCatalogHotelRoomsBatch.EnumStandard extends Enum<ProductCatalogHotelRoomsBatch.EnumStandard>
| Enum Constant and Description |
|---|
NULL |
VALUE_GOOGLE |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ProductCatalogHotelRoomsBatch.EnumStandard |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProductCatalogHotelRoomsBatch.EnumStandard[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProductCatalogHotelRoomsBatch.EnumStandard VALUE_GOOGLE
public static final ProductCatalogHotelRoomsBatch.EnumStandard NULL
public static ProductCatalogHotelRoomsBatch.EnumStandard[] values()
for (ProductCatalogHotelRoomsBatch.EnumStandard c : ProductCatalogHotelRoomsBatch.EnumStandard.values()) System.out.println(c);
public static ProductCatalogHotelRoomsBatch.EnumStandard 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<ProductCatalogHotelRoomsBatch.EnumStandard>Copyright © 2017. All rights reserved.