public static enum CloudApplication.AppState extends Enum<CloudApplication.AppState>
Modifier and Type | Method and Description |
---|---|
static CloudApplication.AppState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CloudApplication.AppState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CloudApplication.AppState UPDATING
public static final CloudApplication.AppState STARTED
public static final CloudApplication.AppState STOPPED
public static CloudApplication.AppState[] values()
for (CloudApplication.AppState c : CloudApplication.AppState.values()) System.out.println(c);
public static CloudApplication.AppState 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 © 2014. All rights reserved.