js.dev.cam.sbig
Enum CFW_MODEL_SELECT
java.lang.Object
java.lang.Enum<CFW_MODEL_SELECT>
js.dev.cam.sbig.CFW_MODEL_SELECT
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<CFW_MODEL_SELECT>
public enum CFW_MODEL_SELECT
- extends java.lang.Enum<CFW_MODEL_SELECT>
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 |
CFWSEL_UNKNOWN
public static final CFW_MODEL_SELECT CFWSEL_UNKNOWN
CFWSEL_CFW2
public static final CFW_MODEL_SELECT CFWSEL_CFW2
CFWSEL_CFW5
public static final CFW_MODEL_SELECT CFWSEL_CFW5
CFWSEL_CFW8
public static final CFW_MODEL_SELECT CFWSEL_CFW8
CFWSEL_CFWL
public static final CFW_MODEL_SELECT CFWSEL_CFWL
CFWSEL_CFW402
public static final CFW_MODEL_SELECT CFWSEL_CFW402
CFWSEL_AUTO
public static final CFW_MODEL_SELECT CFWSEL_AUTO
CFWSEL_CFW6A
public static final CFW_MODEL_SELECT CFWSEL_CFW6A
CFWSEL_CFW10
public static final CFW_MODEL_SELECT CFWSEL_CFW10
CFWSEL_CFW10_SERIAL
public static final CFW_MODEL_SELECT CFWSEL_CFW10_SERIAL
CFWSEL_CFW9
public static final CFW_MODEL_SELECT CFWSEL_CFW9
CFWSEL_CFWL8
public static final CFW_MODEL_SELECT CFWSEL_CFWL8
CFWSEL_CFWL8G
public static final CFW_MODEL_SELECT CFWSEL_CFWL8G
values
public static CFW_MODEL_SELECT[] 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_MODEL_SELECT c : CFW_MODEL_SELECT.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_MODEL_SELECT 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
getCfwModelSelect
public final int getCfwModelSelect()
- Returns:
- the cfwModelSelect.
getCfwModelSelect
public static final CFW_MODEL_SELECT getCfwModelSelect(int value)
- Parameters:
value
- the integer value.
- Returns:
- the CFW_MODEL_SELECT.