js.dev.cam.sbig
Enum BITIO_OPERATION

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

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


Enum Constant Summary
BITIO_READ
           
BITIO_WRITE
           
 
Method Summary
 int getBitIoOperation()
           
static BITIO_OPERATION getBitIoOperation(int value)
          The getBitIoOperation returns the BITIO_OPERATION enum.
static BITIO_OPERATION valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BITIO_OPERATION[] 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

BITIO_WRITE

public static final BITIO_OPERATION BITIO_WRITE

BITIO_READ

public static final BITIO_OPERATION BITIO_READ
Method Detail

values

public static BITIO_OPERATION[] 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_OPERATION c : BITIO_OPERATION.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_OPERATION 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

getBitIoOperation

public final int getBitIoOperation()
Returns:
the bitIoOperation.

getBitIoOperation

public static final BITIO_OPERATION getBitIoOperation(int value)
The getBitIoOperation returns the BITIO_OPERATION enum.

Returns:
the BITIO_OPERATION.