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