@Generated(value="xs2a-adapter-codegen") public enum BookingStatus extends Enum<BookingStatus>
| Enum Constant and Description |
|---|
BOOKED |
BOTH |
INFORMATION |
PENDING |
| Modifier and Type | Method and Description |
|---|---|
static BookingStatus |
fromValue(String value) |
String |
toString() |
static BookingStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BookingStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BookingStatus INFORMATION
public static final BookingStatus BOOKED
public static final BookingStatus PENDING
public static final BookingStatus BOTH
public static BookingStatus[] values()
for (BookingStatus c : BookingStatus.values()) System.out.println(c);
public static BookingStatus 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 static BookingStatus fromValue(String value)
public String toString()
toString in class Enum<BookingStatus>Copyright © 2020. All rights reserved.