public static enum SoftwareProcess.StopSoftwareParameters.StopMode extends java.lang.Enum<SoftwareProcess.StopSoftwareParameters.StopMode>
Enum Constant and Description |
---|
ALWAYS |
IF_NOT_STOPPED |
NEVER |
Modifier and Type | Method and Description |
---|---|
static SoftwareProcess.StopSoftwareParameters.StopMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoftwareProcess.StopSoftwareParameters.StopMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SoftwareProcess.StopSoftwareParameters.StopMode ALWAYS
public static final SoftwareProcess.StopSoftwareParameters.StopMode IF_NOT_STOPPED
public static final SoftwareProcess.StopSoftwareParameters.StopMode NEVER
public static SoftwareProcess.StopSoftwareParameters.StopMode[] values()
for (SoftwareProcess.StopSoftwareParameters.StopMode c : SoftwareProcess.StopSoftwareParameters.StopMode.values()) System.out.println(c);
public static SoftwareProcess.StopSoftwareParameters.StopMode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null