js.dev.cam.sbig
Enum MF_GETINFO_SELECT

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

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


Enum Constant Summary
MFG_DATA_REGISTERS
           
MFG_FIRMWARE_VERSION
           
 
Method Summary
 int getMfGetInfoSelect()
           
static MF_GETINFO_SELECT getMfGetInfoSelect(int value)
           
static MF_GETINFO_SELECT valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MF_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

MFG_FIRMWARE_VERSION

public static final MF_GETINFO_SELECT MFG_FIRMWARE_VERSION

MFG_DATA_REGISTERS

public static final MF_GETINFO_SELECT MFG_DATA_REGISTERS
Method Detail

values

public static MF_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 (MF_GETINFO_SELECT c : MF_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 MF_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

getMfGetInfoSelect

public int getMfGetInfoSelect()
Returns:
the mfGetInfoSelect.

getMfGetInfoSelect

public static final MF_GETINFO_SELECT getMfGetInfoSelect(int value)
Returns:
the mfGetInfoSelect.