js.dev.cam.sbig
Enum CFW_STATUS

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

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


Enum Constant Summary
CFWS_BUSY
           
CFWS_IDLE
           
CFWS_UNKNOWN
           
 
Method Summary
 int getCfwStatus()
           
static CFW_STATUS getCfwStatus(int value)
           
static CFW_STATUS valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CFW_STATUS[] 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

CFWS_UNKNOWN

public static final CFW_STATUS CFWS_UNKNOWN

CFWS_IDLE

public static final CFW_STATUS CFWS_IDLE

CFWS_BUSY

public static final CFW_STATUS CFWS_BUSY
Method Detail

values

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

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

valueOf

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

getCfwStatus

public final int getCfwStatus()
Returns:
the cfwStatus.

getCfwStatus

public static final CFW_STATUS getCfwStatus(int value)
Parameters:
value - the integer value.
Returns:
the CFW_STATUS.