public enum EncodeFormatOption extends java.lang.Enum<EncodeFormatOption>
Enum Constant and Description |
---|
BSI |
EAN_UPC |
EAN_UPC_EAS |
RAW_DATA |
UDC |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static EncodeFormatOption |
getEncodeFormatOption(byte param) |
byte |
getValue() |
static EncodeFormatOption |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EncodeFormatOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EncodeFormatOption UDC
public static final EncodeFormatOption RAW_DATA
public static final EncodeFormatOption EAN_UPC_EAS
public static final EncodeFormatOption EAN_UPC
public static final EncodeFormatOption BSI
public static EncodeFormatOption[] values()
for (EncodeFormatOption c : EncodeFormatOption.values()) System.out.println(c);
public static EncodeFormatOption 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 static EncodeFormatOption getEncodeFormatOption(byte param) throws ErrorParameterException
ErrorParameterException
public byte getValue()
public java.lang.String getDescription()