@Deprecated public static enum ProfileConfig.UCC_LINK_MODE extends Enum<ProfileConfig.UCC_LINK_MODE>
Example Usage: UCC_LINK_MODE.DEFAULT;
Enum Constant and Description |
---|
ALWAYS_LINKED
Deprecated.
1D and the 2D components are transmitted.
|
AUTO_DISCRIMINATE
Deprecated.
the digital scanner determines if there is a 2D portion, then transmits the 1D component, as well as the 2D portion if present (default).
|
DEFAULT
Deprecated.
Default UCC link mode configured on device.
|
LINK_FLAG_IGNORED
Deprecated.
1D component is transmitted regardless of whether a 2D component is detected.
|
Modifier and Type | Method and Description |
---|---|
static ProfileConfig.UCC_LINK_MODE |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ProfileConfig.UCC_LINK_MODE[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProfileConfig.UCC_LINK_MODE DEFAULT
public static final ProfileConfig.UCC_LINK_MODE LINK_FLAG_IGNORED
public static final ProfileConfig.UCC_LINK_MODE ALWAYS_LINKED
public static final ProfileConfig.UCC_LINK_MODE AUTO_DISCRIMINATE
public static ProfileConfig.UCC_LINK_MODE[] values()
for (ProfileConfig.UCC_LINK_MODE c : ProfileConfig.UCC_LINK_MODE.values()) System.out.println(c);
public static ProfileConfig.UCC_LINK_MODE valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null