Package | Description |
---|---|
com.google.zxing.oned |
Modifier and Type | Method and Description |
---|---|
private static Code128Writer.CType |
Code128Writer.findCType(java.lang.CharSequence value,
int start) |
static Code128Writer.CType |
Code128Writer.CType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Code128Writer.CType[] |
Code128Writer.CType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|