Enum ParamDecoder._ImplementationSwitches.DEBUGSWITCHES
- java.lang.Object
-
- java.lang.Enum<ParamDecoder._ImplementationSwitches.DEBUGSWITCHES>
-
- de.desy.mst.libs.framework.mstapp.ParamDecoder._ImplementationSwitches.DEBUGSWITCHES
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<ParamDecoder._ImplementationSwitches.DEBUGSWITCHES>
- Enclosing class:
- ParamDecoder._ImplementationSwitches
@Deprecated public static enum ParamDecoder._ImplementationSwitches.DEBUGSWITCHES extends java.lang.Enum<ParamDecoder._ImplementationSwitches.DEBUGSWITCHES>
Deprecated.Do not use - do not touch. For debug and system use only. Only for use in unit tests
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ISDEBUG
Deprecated.Masterswitch for debug modeLOCALSECURITY
Deprecated.on...no webaccessNOCAMFRAMECONTROL
Deprecated.on...ignore CAMFrameControlNOFILELOGGING
Deprecated.on...no fileaccessNOINIFILES
Deprecated.on...no webaccessNOPREFERENCES
Deprecated.on...no fileaccessNOSPIDER
Deprecated.on...ignore Spider
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method 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.
-
-
-
Enum Constant Detail
-
ISDEBUG
public static final ParamDecoder._ImplementationSwitches.DEBUGSWITCHES ISDEBUG
Deprecated.Masterswitch for debug mode
-
LOCALSECURITY
public static final ParamDecoder._ImplementationSwitches.DEBUGSWITCHES LOCALSECURITY
Deprecated.on...no webaccess
-
NOINIFILES
public static final ParamDecoder._ImplementationSwitches.DEBUGSWITCHES NOINIFILES
Deprecated.on...no webaccess
-
NOFILELOGGING
public static final ParamDecoder._ImplementationSwitches.DEBUGSWITCHES NOFILELOGGING
Deprecated.on...no fileaccess
-
NOPREFERENCES
public static final ParamDecoder._ImplementationSwitches.DEBUGSWITCHES NOPREFERENCES
Deprecated.on...no fileaccess
-
NOSPIDER
public static final ParamDecoder._ImplementationSwitches.DEBUGSWITCHES NOSPIDER
Deprecated.on...ignore Spider
-
NOCAMFRAMECONTROL
public static final ParamDecoder._ImplementationSwitches.DEBUGSWITCHES NOCAMFRAMECONTROL
Deprecated.on...ignore CAMFrameControl
-
-
Method Detail
-
values
public static ParamDecoder._ImplementationSwitches.DEBUGSWITCHES[] values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ParamDecoder._ImplementationSwitches.DEBUGSWITCHES c : ParamDecoder._ImplementationSwitches.DEBUGSWITCHES.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ParamDecoder._ImplementationSwitches.DEBUGSWITCHES valueOf(java.lang.String name)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
switchAllTO
@Deprecated public static final void switchAllTO(boolean isOn)
Deprecated.
-
switchAllOff
@Deprecated public static final void switchAllOff()
Deprecated.
-
switchAllOn
@Deprecated public static final void switchAllOn()
Deprecated.
-
setOn
@Deprecated public final boolean setOn(boolean on)
Deprecated.
-
isOn
@Deprecated public final boolean isOn()
Deprecated.
-
toString
public final java.lang.String toString()
Deprecated.- Overrides:
toString
in classjava.lang.Enum<ParamDecoder._ImplementationSwitches.DEBUGSWITCHES>
-
-