js.dev.cam.sbig
Enum SEP_EXPOSURE_TIME_FLAG

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

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


Enum Constant Summary
EXP_LIGHT_CLEAR
           
EXP_MS_EXPOSURE
           
EXP_NONE
           
EXP_SEND_TRIGGER_OUT
           
EXP_WAIT_FOR_TRIGGER_IN
           
 
Method Summary
 long getSepExposureTimeFlag()
           
static SEP_EXPOSURE_TIME_FLAG getSepExposureTimeFlag(long sepExpTimeFlag)
          This method returns the SEP_EXPOSURE_TIME_FLAG field.
static SEP_EXPOSURE_TIME_FLAG valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SEP_EXPOSURE_TIME_FLAG[] 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

EXP_NONE

public static final SEP_EXPOSURE_TIME_FLAG EXP_NONE

EXP_WAIT_FOR_TRIGGER_IN

public static final SEP_EXPOSURE_TIME_FLAG EXP_WAIT_FOR_TRIGGER_IN

EXP_SEND_TRIGGER_OUT

public static final SEP_EXPOSURE_TIME_FLAG EXP_SEND_TRIGGER_OUT

EXP_LIGHT_CLEAR

public static final SEP_EXPOSURE_TIME_FLAG EXP_LIGHT_CLEAR

EXP_MS_EXPOSURE

public static final SEP_EXPOSURE_TIME_FLAG EXP_MS_EXPOSURE
Method Detail

values

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

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

valueOf

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

getSepExposureTimeFlag

public long getSepExposureTimeFlag()
Returns:
the sepExposureTimeFlag.

getSepExposureTimeFlag

public static final SEP_EXPOSURE_TIME_FLAG getSepExposureTimeFlag(long sepExpTimeFlag)
This method returns the SEP_EXPOSURE_TIME_FLAG field.

Parameters:
sepExpTimeFlag - the sepExpTimeFlag argument.
Returns:
the sepExposureTimeFlag.