js.dev.cam.sbig
Enum IMAGING_ABG

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

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


Enum Constant Summary
ABG_NOT_PRESENT
           
ABG_PRESENT
           
 
Method Summary
 int getImagingAbg()
           
static IMAGING_ABG getImagingAbg(int value)
           
static IMAGING_ABG valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IMAGING_ABG[] 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

ABG_NOT_PRESENT

public static final IMAGING_ABG ABG_NOT_PRESENT

ABG_PRESENT

public static final IMAGING_ABG ABG_PRESENT
Method Detail

values

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

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

valueOf

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

getImagingAbg

public int getImagingAbg()
Returns:
the imagingAbg.

getImagingAbg

public static final IMAGING_ABG getImagingAbg(int value)
Returns:
the imagingAbg.