public enum StiPdf417EncodingMode extends java.lang.Enum<StiPdf417EncodingMode>
| Modifier and Type | Method and Description |
|---|---|
static StiPdf417EncodingMode |
forValue(int value) |
int |
getValue() |
static StiPdf417EncodingMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiPdf417EncodingMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StiPdf417EncodingMode Text
public static final StiPdf417EncodingMode Numeric
public static final StiPdf417EncodingMode Byte
public static StiPdf417EncodingMode[] values()
for (StiPdf417EncodingMode c : StiPdf417EncodingMode.values()) System.out.println(c);
public static StiPdf417EncodingMode 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 int getValue()
public static StiPdf417EncodingMode forValue(int value)
Copyright © 2019 Stimulsoft. All Rights Reserved.