js.dev.cam.sbig
Enum CFW_POSITION

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

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


Enum Constant Summary
CFWP_1
           
CFWP_10
           
CFWP_2
           
CFWP_3
           
CFWP_4
           
CFWP_5
           
CFWP_6
           
CFWP_7
           
CFWP_8
           
CFWP_9
           
CFWP_UNKNOWN
           
 
Method Summary
static CFW_POSITION getCfwModelSelect(int value)
           
 int getCfwPosition()
           
static CFW_POSITION valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CFW_POSITION[] 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

CFWP_UNKNOWN

public static final CFW_POSITION CFWP_UNKNOWN

CFWP_1

public static final CFW_POSITION CFWP_1

CFWP_2

public static final CFW_POSITION CFWP_2

CFWP_3

public static final CFW_POSITION CFWP_3

CFWP_4

public static final CFW_POSITION CFWP_4

CFWP_5

public static final CFW_POSITION CFWP_5

CFWP_6

public static final CFW_POSITION CFWP_6

CFWP_7

public static final CFW_POSITION CFWP_7

CFWP_8

public static final CFW_POSITION CFWP_8

CFWP_9

public static final CFW_POSITION CFWP_9

CFWP_10

public static final CFW_POSITION CFWP_10
Method Detail

values

public static CFW_POSITION[] 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_POSITION c : CFW_POSITION.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_POSITION 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

getCfwPosition

public final int getCfwPosition()
Returns:
the cfwPosition.

getCfwModelSelect

public static final CFW_POSITION getCfwModelSelect(int value)
Parameters:
value - the integer value.
Returns:
the CFW_POSITION.