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