js.dev.cam.sbig
Enum CAMERA_TYPE

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

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


Enum Constant Summary
NEXT_CAMERA
           
NO_CAMERA
           
ST10_CAMERA
           
ST1K_CAMERA
           
ST237_CAMERA
           
ST2K_CAMERA
           
ST402_CAMERA
           
ST5C_CAMERA
           
ST7_CAMERA
           
ST8_CAMERA
           
ST9_CAMERA
           
STK_CAMERA
           
STL_CAMERA
           
STV_CAMERA
           
TCE_CONTROLLER
           
 
Method Summary
 int getCameraType()
           
static CAMERA_TYPE getCameraType(int value)
          The getCameraType returns the CAMERA_TYPE enum.
static CAMERA_TYPE valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CAMERA_TYPE[] 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

ST7_CAMERA

public static final CAMERA_TYPE ST7_CAMERA

ST8_CAMERA

public static final CAMERA_TYPE ST8_CAMERA

ST5C_CAMERA

public static final CAMERA_TYPE ST5C_CAMERA

TCE_CONTROLLER

public static final CAMERA_TYPE TCE_CONTROLLER

ST237_CAMERA

public static final CAMERA_TYPE ST237_CAMERA

STK_CAMERA

public static final CAMERA_TYPE STK_CAMERA

ST9_CAMERA

public static final CAMERA_TYPE ST9_CAMERA

STV_CAMERA

public static final CAMERA_TYPE STV_CAMERA

ST10_CAMERA

public static final CAMERA_TYPE ST10_CAMERA

ST1K_CAMERA

public static final CAMERA_TYPE ST1K_CAMERA

ST2K_CAMERA

public static final CAMERA_TYPE ST2K_CAMERA

STL_CAMERA

public static final CAMERA_TYPE STL_CAMERA

ST402_CAMERA

public static final CAMERA_TYPE ST402_CAMERA

NEXT_CAMERA

public static final CAMERA_TYPE NEXT_CAMERA

NO_CAMERA

public static final CAMERA_TYPE NO_CAMERA
Method Detail

values

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

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

valueOf

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

getCameraType

public final int getCameraType()
Returns:
the cameraType.

getCameraType

public static final CAMERA_TYPE getCameraType(int value)
The getCameraType returns the CAMERA_TYPE enum.

Returns:
the CAMERA_TYPE.