public enum UpcEanJanSupplementalAIMIDFormat extends java.lang.Enum<UpcEanJanSupplementalAIMIDFormat> implements IEnumType
Enum Constant and Description |
---|
Combined
transmit UPC/EAN with supplementals with one AIM ID and one transmission, i.e.:
]E3
|
Separate
transmit UPC/EAN with supplementals with separate AIM IDs but one transmission, i.e.:
]E<0 or 4>]E<1 or 2>[supplemental data]
|
SeparateTransmissions
transmit UPC/EAN with supplementals with separate AIM IDs and separate
transmissions, i.e.:
]E<0 or 4>
]E<1 or 2>[supplemental data]
|
Modifier and Type | Method and Description |
---|---|
int |
getCode() |
java.lang.String |
toString() |
static UpcEanJanSupplementalAIMIDFormat |
valueOf(int code) |
static UpcEanJanSupplementalAIMIDFormat |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UpcEanJanSupplementalAIMIDFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UpcEanJanSupplementalAIMIDFormat Separate
public static final UpcEanJanSupplementalAIMIDFormat Combined
public static final UpcEanJanSupplementalAIMIDFormat SeparateTransmissions
public static UpcEanJanSupplementalAIMIDFormat[] values()
for (UpcEanJanSupplementalAIMIDFormat c : UpcEanJanSupplementalAIMIDFormat.values()) System.out.println(c);
public static UpcEanJanSupplementalAIMIDFormat 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<UpcEanJanSupplementalAIMIDFormat>
public static UpcEanJanSupplementalAIMIDFormat valueOf(int code)