js.dev.cam.sbig
Enum CCD_REQUEST

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

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


Enum Constant Summary
CCD_EXT_TRACKING
           
CCD_IMAGING
           
CCD_TRACKING
           
 
Method Summary
 int getCcdRequest()
           
static CCD_REQUEST getCcdRequest(int value)
           
static CCD_REQUEST valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CCD_REQUEST[] 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

CCD_IMAGING

public static final CCD_REQUEST CCD_IMAGING

CCD_TRACKING

public static final CCD_REQUEST CCD_TRACKING

CCD_EXT_TRACKING

public static final CCD_REQUEST CCD_EXT_TRACKING
Method Detail

values

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

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

valueOf

public static CCD_REQUEST 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

getCcdRequest

public final int getCcdRequest()
Returns:
the ccdRequest.

getCcdRequest

public static final CCD_REQUEST getCcdRequest(int value)
Parameters:
value - an integer value (0, 1).
Returns:
the ccdRequest.