public static enum Async.InitialState extends Enum<Async.InitialState>
Modifier and Type | Method and Description |
---|---|
static Async.InitialState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Async.InitialState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Async.InitialState HEALTHY
public static final Async.InitialState UNHEALTHY
public static Async.InitialState[] values()
for (Async.InitialState c : Async.InitialState.values()) System.out.println(c);
public static Async.InitialState 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 © 2020. All Rights Reserved.