js.dev.cam.sbig
Enum CCD_INFO_REQUEST
java.lang.Object
java.lang.Enum<CCD_INFO_REQUEST>
js.dev.cam.sbig.CCD_INFO_REQUEST
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<CCD_INFO_REQUEST>
public enum CCD_INFO_REQUEST
- extends java.lang.Enum<CCD_INFO_REQUEST>
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 |
CCD_INFO_IMAGING
public static final CCD_INFO_REQUEST CCD_INFO_IMAGING
CCD_INFO_TRACKING
public static final CCD_INFO_REQUEST CCD_INFO_TRACKING
CCD_INFO_EXTENDED
public static final CCD_INFO_REQUEST CCD_INFO_EXTENDED
CCD_INFO_EXTENDED_5C
public static final CCD_INFO_REQUEST CCD_INFO_EXTENDED_5C
CCD_INFO_EXTENDED2_IMAGING
public static final CCD_INFO_REQUEST CCD_INFO_EXTENDED2_IMAGING
CCD_INFO_EXTENDED2_TRACKING
public static final CCD_INFO_REQUEST CCD_INFO_EXTENDED2_TRACKING
values
public static CCD_INFO_REQUEST[] 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 (CCD_INFO_REQUEST c : CCD_INFO_REQUEST.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static CCD_INFO_REQUEST 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
getCcdInfoRequest
public final int getCcdInfoRequest()
- Returns:
- the ccdInfoRequest.
getCcdInfoRequest
public static final CCD_INFO_REQUEST getCcdInfoRequest(int value)
- Parameters:
value
- an integer value (0, 1, 2, 3, 4, 5).
- Returns:
- the ccdInfoRequest.