js.dev.cam.sbig
Enum MF_STATUS

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

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


Enum Constant Summary
MFS_BUSY
           
MFS_IDLE
           
MFS_UNKNOWN
           
 
Method Summary
 int getMfStatus()
           
static MF_STATUS getMfStatus(int value)
           
static MF_STATUS valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MF_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

MFS_UNKNOWN

public static final MF_STATUS MFS_UNKNOWN

MFS_IDLE

public static final MF_STATUS MFS_IDLE

MFS_BUSY

public static final MF_STATUS MFS_BUSY
Method Detail

values

public static MF_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 (MF_STATUS c : MF_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 MF_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

getMfStatus

public int getMfStatus()
Returns:
the mfStatus.

getMfStatus

public static final MF_STATUS getMfStatus(int value)
Returns:
the mfStatus.