js.dev.cam.sbig
Enum BITIO_NAME

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

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


Enum Constant Summary
BITI_IO3
           
BITI_PS_LOW
           
BITO_FPGA_WE
           
BITO_IO1
           
BITO_IO2
           
 
Method Summary
 int getBitIoName()
           
static BITIO_NAME getBitIoName(int value)
          The getBitIoName returns the BITIO_NAME enum.
static BITIO_NAME valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BITIO_NAME[] 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

BITI_PS_LOW

public static final BITIO_NAME BITI_PS_LOW

BITO_IO1

public static final BITIO_NAME BITO_IO1

BITO_IO2

public static final BITIO_NAME BITO_IO2

BITI_IO3

public static final BITIO_NAME BITI_IO3

BITO_FPGA_WE

public static final BITIO_NAME BITO_FPGA_WE
Method Detail

values

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

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

valueOf

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

getBitIoName

public final int getBitIoName()
Returns:
the bitIoName.

getBitIoName

public static final BITIO_NAME getBitIoName(int value)
The getBitIoName returns the BITIO_NAME enum.

Returns:
the BITIO_NAME.