public enum EOptions extends java.lang.Enum<EOptions>
Enum Constant and Description |
---|
IgnoreLaunch
Startet die Applikation nicht sondern kopiert nur die Dateien in den lokalen Cache
|
MainArgument
Eine Liste von Argumenten, die der zu startenden Applikation uebergeben werden.
|
StayOnFailure
Nur fuer die Fehlersuche.
|
StayOnSuccess
Nur fuer die Fehlersuche.
|
UseNativeCommand
Das erste Argument entspricht einer nativen Applikation auf der Plattform.
|
UseOpen
Definiert die Art wie eine Applikation gestartet wird.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue(java.lang.String defaultValue) |
boolean |
isDefined() |
static EOptions |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EOptions StayOnSuccess
public static final EOptions StayOnFailure
public static final EOptions IgnoreLaunch
public static final EOptions UseNativeCommand
public static final EOptions UseOpen
public static final EOptions MainArgument
public static EOptions[] values()
for (EOptions c : EOptions.values()) System.out.println(c);
public static EOptions 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 nullpublic boolean isDefined()
public java.lang.String getValue(java.lang.String defaultValue)
defaultValue
- if not defined11-Februar-2016 16:52 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft