js.dev.cam.sbig
Enum SEP_CCD_FLAG
java.lang.Object
java.lang.Enum<SEP_CCD_FLAG>
js.dev.cam.sbig.SEP_CCD_FLAG
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<SEP_CCD_FLAG>
public enum SEP_CCD_FLAG
- extends java.lang.Enum<SEP_CCD_FLAG>
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 |
START_NONE
public static final SEP_CCD_FLAG START_NONE
START_SKIP_VDD
public static final SEP_CCD_FLAG START_SKIP_VDD
START_MOTOR_ALWAYS_ON
public static final SEP_CCD_FLAG START_MOTOR_ALWAYS_ON
values
public static SEP_CCD_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_CCD_FLAG c : SEP_CCD_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_CCD_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
getSepCcdFlag
public int getSepCcdFlag()
- Returns:
- the sepCcdFlag.
getSepCcdFlag
public static final SEP_CCD_FLAG getSepCcdFlag(int value)
- Returns:
- the sepCcdFlag.