public enum BcReaderType extends java.lang.Enum<BcReaderType>
Enum Constant and Description |
---|
CL_1D_SM1 |
Moto_1D_SE955 |
Moto_1D_SE965 |
Moto_2D_4500 |
None |
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
int |
value() |
static BcReaderType |
valueOf(int value) |
static BcReaderType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BcReaderType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BcReaderType None
public static final BcReaderType Moto_1D_SE955
public static final BcReaderType Moto_2D_4500
public static final BcReaderType Moto_1D_SE965
public static final BcReaderType CL_1D_SM1
public static BcReaderType[] values()
for (BcReaderType c : BcReaderType.values()) System.out.println(c);
public static BcReaderType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getValue()
public static BcReaderType valueOf(int value)
public int value()