@Deprecated public static enum ParamDecoder._ImplementationSwitches.DEBUGSWITCHES extends java.lang.Enum<ParamDecoder._ImplementationSwitches.DEBUGSWITCHES>
Enum Constant and Description |
---|
ISDEBUG
Deprecated.
Masterswitch for debug mode
|
LOCALSECURITY
Deprecated.
on...no webaccess
|
NOCAMFRAMECONTROL
Deprecated.
on...ignore CAMFrameControl
|
NOFILELOGGING
Deprecated.
on...no fileaccess
|
NOINIFILES
Deprecated.
on...no webaccess
|
NOPREFERENCES
Deprecated.
on...no fileaccess
|
NOSPIDER
Deprecated.
on...ignore Spider
|
Modifier and Type | Method and Description |
---|---|
boolean |
isOn()
Deprecated.
|
boolean |
setOn(boolean on)
Deprecated.
|
static void |
switchAllOff()
Deprecated.
|
static void |
switchAllOn()
Deprecated.
|
static void |
switchAllTO(boolean isOn)
Deprecated.
|
java.lang.String |
toString()
Deprecated.
|
static ParamDecoder._ImplementationSwitches.DEBUGSWITCHES |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ParamDecoder._ImplementationSwitches.DEBUGSWITCHES[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParamDecoder._ImplementationSwitches.DEBUGSWITCHES ISDEBUG
public static final ParamDecoder._ImplementationSwitches.DEBUGSWITCHES LOCALSECURITY
public static final ParamDecoder._ImplementationSwitches.DEBUGSWITCHES NOINIFILES
public static final ParamDecoder._ImplementationSwitches.DEBUGSWITCHES NOFILELOGGING
public static final ParamDecoder._ImplementationSwitches.DEBUGSWITCHES NOPREFERENCES
public static final ParamDecoder._ImplementationSwitches.DEBUGSWITCHES NOSPIDER
public static final ParamDecoder._ImplementationSwitches.DEBUGSWITCHES NOCAMFRAMECONTROL
public static ParamDecoder._ImplementationSwitches.DEBUGSWITCHES[] values()
for (ParamDecoder._ImplementationSwitches.DEBUGSWITCHES c : ParamDecoder._ImplementationSwitches.DEBUGSWITCHES.values()) System.out.println(c);
public static ParamDecoder._ImplementationSwitches.DEBUGSWITCHES 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@Deprecated public static final void switchAllTO(boolean isOn)
@Deprecated public static final void switchAllOff()
@Deprecated public static final void switchAllOn()
@Deprecated public final boolean setOn(boolean on)
@Deprecated public final boolean isOn()
public final java.lang.String toString()
toString
in class java.lang.Enum<ParamDecoder._ImplementationSwitches.DEBUGSWITCHES>
13-September-2017 07:50 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft