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