public enum Pdf417CompactionModeType extends Enum<Pdf417CompactionModeType>
Java class for Pdf417CompactionModeType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="Pdf417CompactionModeType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="text"/>
<enumeration value="numeric"/>
<enumeration value="byte"/>
<enumeration value="auto"/>
</restriction>
</simpleType>
| Modifier and Type | Method and Description |
|---|---|
static Pdf417CompactionModeType |
fromValue(String v) |
String |
value() |
static Pdf417CompactionModeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Pdf417CompactionModeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Pdf417CompactionModeType TEXT
public static final Pdf417CompactionModeType NUMERIC
public static final Pdf417CompactionModeType BYTE
public static final Pdf417CompactionModeType AUTO
public static Pdf417CompactionModeType[] values()
for (Pdf417CompactionModeType c : Pdf417CompactionModeType.values()) System.out.println(c);
public static Pdf417CompactionModeType 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 nullpublic String value()
public static Pdf417CompactionModeType fromValue(String v)
Copyright © 2017–2019 SoftVision Development GmbH, Fulda, Germany. All rights reserved.