Package org.krysalis.barcode4j
Class BarGroup
java.lang.Object
org.krysalis.barcode4j.BarGroup
Enumeration type for bar groups.
- Version:
- $Id: BarGroup.java,v 1.3 2004-10-02 14:53:22 jmaerki Exp $
- Author:
- Jeremias Maerki
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BarGroupBar group is represents a message character or a part of the messagestatic final BarGroupBar group is represents a start characterstatic final BarGroupBar group is represents a stop characterstatic final BarGroupBar group is represents a UPC/EAN check characterstatic final BarGroupBar group is represents a UPC/EAN character groupstatic final BarGroupBar group is represents a UPC/EAN guardstatic final BarGroupBar group is represents a UPC/EAN leadstatic final BarGroupBar group is represents a UPC/EAN supplemental -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MAP
-
START_CHARACTER
Bar group is represents a start character -
STOP_CHARACTER
Bar group is represents a stop character -
MSG_CHARACTER
Bar group is represents a message character or a part of the message -
UPC_EAN_GUARD
Bar group is represents a UPC/EAN guard -
UPC_EAN_LEAD
Bar group is represents a UPC/EAN lead -
UPC_EAN_GROUP
Bar group is represents a UPC/EAN character group -
UPC_EAN_CHECK
Bar group is represents a UPC/EAN check character -
UPC_EAN_SUPP
Bar group is represents a UPC/EAN supplemental
-
-
Constructor Details
-
BarGroup
Creates a new BarGroup instance.- Parameters:
name- name of the BarGroup
-
-
Method Details
-
byName
Returns a BarGroup instance by name.- Parameters:
name- the name of the desired BarGroup- Returns:
- the requested BarGroup instance
-
getName
- Returns:
- the name of the instance.
-