java.io.Serializable
, java.lang.Comparable<Barcode128.Barcode128CodeSet>
public static enum Barcode128.Barcode128CodeSet extends java.lang.Enum<Barcode128.Barcode128CodeSet>
Modifier and Type | Method | Description |
---|---|---|
char |
getStartSymbol() |
|
static Barcode128.Barcode128CodeSet |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Barcode128.Barcode128CodeSet[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Barcode128.Barcode128CodeSet A
public static final Barcode128.Barcode128CodeSet B
public static final Barcode128.Barcode128CodeSet C
public static final Barcode128.Barcode128CodeSet AUTO
public static Barcode128.Barcode128CodeSet[] values()
for (Barcode128.Barcode128CodeSet c : Barcode128.Barcode128CodeSet.values()) System.out.println(c);
public static Barcode128.Barcode128CodeSet 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 char getStartSymbol()
Copyright © 1998–2018. All rights reserved.