|
barcode4j 2.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.krysalis.barcode4j.BarGroup
public class BarGroup
Enumeration type for bar groups.
Field Summary | |
---|---|
static BarGroup |
MSG_CHARACTER
Bar group is represents a message character or a part of the message |
static BarGroup |
START_CHARACTER
Bar group is represents a start character |
static BarGroup |
STOP_CHARACTER
Bar group is represents a stop character |
static BarGroup |
UPC_EAN_CHECK
Bar group is represents a UPC/EAN check character |
static BarGroup |
UPC_EAN_GROUP
Bar group is represents a UPC/EAN character group |
static BarGroup |
UPC_EAN_GUARD
Bar group is represents a UPC/EAN guard |
static BarGroup |
UPC_EAN_LEAD
Bar group is represents a UPC/EAN lead |
static BarGroup |
UPC_EAN_SUPP
Bar group is represents a UPC/EAN supplemental |
Constructor Summary | |
---|---|
protected |
BarGroup(java.lang.String name,
java.util.Map map)
Creates a new BarGroup instance. |
Method Summary | |
---|---|
static BarGroup |
byName(java.lang.String name)
Returns a BarGroup instance by name. |
java.lang.String |
getName()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final BarGroup START_CHARACTER
public static final BarGroup STOP_CHARACTER
public static final BarGroup MSG_CHARACTER
public static final BarGroup UPC_EAN_GUARD
public static final BarGroup UPC_EAN_LEAD
public static final BarGroup UPC_EAN_GROUP
public static final BarGroup UPC_EAN_CHECK
public static final BarGroup UPC_EAN_SUPP
Constructor Detail |
---|
protected BarGroup(java.lang.String name, java.util.Map map)
name
- name of the BarGroupmap
- Map to register the instance in.Method Detail |
---|
public java.lang.String getName()
public static BarGroup byName(java.lang.String name)
name
- the name of the desired BarGroup
|
barcode4j 2.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |