js.dev.cam.sbig
Enum SHUTTER_STATE7

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

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


Enum Constant Summary
SS_CLOSED
           
SS_CLOSING
           
SS_OPEN
           
SS_OPENING
           
 
Method Summary
 int getShutterState()
           
static SHUTTER_STATE7 getShutterState(int value)
           
static SHUTTER_STATE7 valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SHUTTER_STATE7[] 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

SS_OPEN

public static final SHUTTER_STATE7 SS_OPEN

SS_CLOSED

public static final SHUTTER_STATE7 SS_CLOSED

SS_OPENING

public static final SHUTTER_STATE7 SS_OPENING

SS_CLOSING

public static final SHUTTER_STATE7 SS_CLOSING
Method Detail

values

public static SHUTTER_STATE7[] 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_STATE7 c : SHUTTER_STATE7.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_STATE7 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

getShutterState

public int getShutterState()
Returns:
the shutterState.

getShutterState

public static final SHUTTER_STATE7 getShutterState(int value)
Returns:
the shutterState.