public static enum ParallelsDesktopVM.PostBuildBehaviors extends Enum<ParallelsDesktopVM.PostBuildBehaviors>
| Enum Constant and Description |
|---|
KeepRunning |
ReturnPrevState |
Stop |
Suspend |
| Modifier and Type | Method and Description |
|---|---|
static ParallelsDesktopVM.PostBuildBehaviors |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParallelsDesktopVM.PostBuildBehaviors[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParallelsDesktopVM.PostBuildBehaviors Suspend
public static final ParallelsDesktopVM.PostBuildBehaviors Stop
public static final ParallelsDesktopVM.PostBuildBehaviors KeepRunning
public static final ParallelsDesktopVM.PostBuildBehaviors ReturnPrevState
public static ParallelsDesktopVM.PostBuildBehaviors[] values()
for (ParallelsDesktopVM.PostBuildBehaviors c : ParallelsDesktopVM.PostBuildBehaviors.values()) System.out.println(c);
public static ParallelsDesktopVM.PostBuildBehaviors 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–2017. All rights reserved.