Serializable, Comparable<EventStatusCode>@Generated("software.amazon.awssdk:codegen") public enum EventStatusCode extends Enum<EventStatusCode>
| Modifier and Type | Method | Description |
|---|---|---|
static EventStatusCode |
fromValue(String value) |
Use this in place of valueOf.
|
String |
toString() |
|
static EventStatusCode |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static EventStatusCode[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventStatusCode Open
public static final EventStatusCode Closed
public static final EventStatusCode Upcoming
public static EventStatusCode[] values()
for (EventStatusCode c : EventStatusCode.values()) System.out.println(c);
public static EventStatusCode 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<EventStatusCode>public static EventStatusCode fromValue(String value)
value - real valueCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.