js.dev.cam.sbig
Enum READOUT_MODE

java.lang.Object
  extended by java.lang.Enum<READOUT_MODE>
      extended by js.dev.cam.sbig.READOUT_MODE
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<READOUT_MODE>

public enum READOUT_MODE
extends java.lang.Enum<READOUT_MODE>


Enum Constant Summary
BIN_1x1
           
BIN_1x1_OFF_CHIP
           
BIN_2x2
           
BIN_2x2_OFF_CHIP
           
BIN_3x3
           
BIN_3x3_OFF_CHIP
           
BIN_9x9
           
 
Method Summary
 int getReadoutMode()
           
static READOUT_MODE getReadoutMode(int value)
           
static READOUT_MODE valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static READOUT_MODE[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

BIN_1x1

public static final READOUT_MODE BIN_1x1

BIN_2x2

public static final READOUT_MODE BIN_2x2

BIN_3x3

public static final READOUT_MODE BIN_3x3

BIN_1x1_OFF_CHIP

public static final READOUT_MODE BIN_1x1_OFF_CHIP

BIN_2x2_OFF_CHIP

public static final READOUT_MODE BIN_2x2_OFF_CHIP

BIN_3x3_OFF_CHIP

public static final READOUT_MODE BIN_3x3_OFF_CHIP

BIN_9x9

public static final READOUT_MODE BIN_9x9
Method Detail

values

public static READOUT_MODE[] values()
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 (READOUT_MODE c : READOUT_MODE.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static READOUT_MODE valueOf(java.lang.String name)
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 name
java.lang.NullPointerException - if the argument is null

getReadoutMode

public int getReadoutMode()
Returns:
the readoutMode.

getReadoutMode

public static final READOUT_MODE getReadoutMode(int value)
Returns:
the readoutMode.