js.dev.cam.sbig
Enum CFW_GETINFO_SELECT

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

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


Enum Constant Summary
CFWG_CAL_DATA
           
CFWG_DATA_REGISTERS
           
CFWG_FIRMWARE_VERSION
           
 
Method Summary
 int getCfwGetInfoSelect()
           
static CFW_GETINFO_SELECT getCfwGetInfoSelect(int value)
           
static CFW_GETINFO_SELECT valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CFW_GETINFO_SELECT[] 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

CFWG_FIRMWARE_VERSION

public static final CFW_GETINFO_SELECT CFWG_FIRMWARE_VERSION

CFWG_CAL_DATA

public static final CFW_GETINFO_SELECT CFWG_CAL_DATA

CFWG_DATA_REGISTERS

public static final CFW_GETINFO_SELECT CFWG_DATA_REGISTERS
Method Detail

values

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

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

valueOf

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

getCfwGetInfoSelect

public final int getCfwGetInfoSelect()
Returns:
the cfwGetInfoSelect.

getCfwGetInfoSelect

public static final CFW_GETINFO_SELECT getCfwGetInfoSelect(int value)
Parameters:
value - the integer value.
Returns:
the CFW_GETINFO_SELECT enum.