private static enum Code128Writer.MinimalEncoder.Charset extends java.lang.Enum<Code128Writer.MinimalEncoder.Charset>
Modifier and Type | Method and Description |
---|---|
static Code128Writer.MinimalEncoder.Charset |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Code128Writer.MinimalEncoder.Charset[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Code128Writer.MinimalEncoder.Charset A
public static final Code128Writer.MinimalEncoder.Charset B
public static final Code128Writer.MinimalEncoder.Charset C
public static final Code128Writer.MinimalEncoder.Charset NONE
public static Code128Writer.MinimalEncoder.Charset[] values()
for (Code128Writer.MinimalEncoder.Charset c : Code128Writer.MinimalEncoder.Charset.values()) System.out.println(c);
public static Code128Writer.MinimalEncoder.Charset 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 null