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