js.dev.cam.sbig
Enum SHUTTER_COMMAND
java.lang.Object
java.lang.Enum<SHUTTER_COMMAND>
js.dev.cam.sbig.SHUTTER_COMMAND
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<SHUTTER_COMMAND>
public enum SHUTTER_COMMAND
- extends java.lang.Enum<SHUTTER_COMMAND>
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 |
SC_LEAVE_SHUTTER
public static final SHUTTER_COMMAND SC_LEAVE_SHUTTER
SC_OPEN_SHUTTER
public static final SHUTTER_COMMAND SC_OPEN_SHUTTER
SC_CLOSE_SHUTTER
public static final SHUTTER_COMMAND SC_CLOSE_SHUTTER
SC_INITIALIZE_SHUTTER
public static final SHUTTER_COMMAND SC_INITIALIZE_SHUTTER
SC_OPEN_EXT_SHUTTER
public static final SHUTTER_COMMAND SC_OPEN_EXT_SHUTTER
SC_CLOSE_EXT_SHUTTER
public static final SHUTTER_COMMAND SC_CLOSE_EXT_SHUTTER
values
public static SHUTTER_COMMAND[] 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 (SHUTTER_COMMAND c : SHUTTER_COMMAND.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static SHUTTER_COMMAND 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
getShutterCommand
public int getShutterCommand()
- Returns:
- the shutterCommand.