public static enum Compatibility.CheckType extends Enum<Compatibility.CheckType>
| Enum Constant and Description |
|---|
CAN_BE_READ_BY |
CAN_READ |
MUTUAL_READ |
| Modifier and Type | Method and Description |
|---|---|
static Compatibility.CheckType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Compatibility.CheckType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Compatibility.CheckType CAN_READ
public static final Compatibility.CheckType CAN_BE_READ_BY
public static final Compatibility.CheckType MUTUAL_READ
public static Compatibility.CheckType[] values()
for (Compatibility.CheckType c : Compatibility.CheckType.values()) System.out.println(c);
public static Compatibility.CheckType 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.