public static enum Compatibility.ChronologyType extends Enum<Compatibility.ChronologyType>
| Modifier and Type | Method and Description |
|---|---|
static Compatibility.ChronologyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Compatibility.ChronologyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Compatibility.ChronologyType ALL
public static final Compatibility.ChronologyType LATEST
public static Compatibility.ChronologyType[] values()
for (Compatibility.ChronologyType c : Compatibility.ChronologyType.values()) System.out.println(c);
public static Compatibility.ChronologyType 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 nullCopyright © 2017–2019 Hotels.com (Data Platform Team). All rights reserved.