public enum ModuleBarcodeType extends java.lang.Enum<ModuleBarcodeType> implements IEnumType
Enum Constant and Description |
---|
AT1DSE955 |
AT1DSE965 |
AT2DIT5X80 |
AT2DN368X |
AT2DN668X |
AT2DSE4710 |
None |
Modifier and Type | Method and Description |
---|---|
int |
getCode() |
java.lang.String |
toString() |
static ModuleBarcodeType |
valueOf(int code) |
static ModuleBarcodeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ModuleBarcodeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModuleBarcodeType None
public static final ModuleBarcodeType AT1DSE955
public static final ModuleBarcodeType AT1DSE965
public static final ModuleBarcodeType AT2DIT5X80
public static final ModuleBarcodeType AT2DSE4710
public static final ModuleBarcodeType AT2DN368X
public static final ModuleBarcodeType AT2DN668X
public static ModuleBarcodeType[] values()
for (ModuleBarcodeType c : ModuleBarcodeType.values()) System.out.println(c);
public static ModuleBarcodeType 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 java.lang.String toString()
toString
in interface IEnumType
toString
in class java.lang.Enum<ModuleBarcodeType>
public static ModuleBarcodeType valueOf(int code)