@Namespace(value="arrow") public static enum arrow.FutureState extends Enum<arrow.FutureState>
| Modifier and Type | Field and Description |
|---|---|
byte |
value |
| Modifier and Type | Method and Description |
|---|---|
arrow.FutureState |
intern() |
String |
toString() |
static arrow.FutureState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static arrow.FutureState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final arrow.FutureState PENDING
public static final arrow.FutureState SUCCESS
public static final arrow.FutureState FAILURE
public static arrow.FutureState[] values()
for (arrow.FutureState c : arrow.FutureState.values()) System.out.println(c);
public static arrow.FutureState 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 arrow.FutureState intern()
public String toString()
toString in class Enum<arrow.FutureState>Copyright © 2021. All rights reserved.