|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.sap.ip.me.api.pios.symbology.Symbology
com.sap.ip.me.api.pios.symbology.SymbologyLinear
com.sap.ip.me.api.pios.symbology.Codabar
Represents the Codabar Symbology.
Codabar is an older variable length symbology originally used in libraries, photo labs, blood banks, air parcel express applications, shipping companies primarily for tracking and tracing. The format encodes 16 data characters plus four unique start/stop characters. A check digit may also be added to provide an extra measure of security.
The following options can be set for this symbology:
...
Codabar codabar = new Codabar(Codabar.CHECK_DIGIT_MOD16);
...
| Field Summary | |
static long |
CHECK_DIGIT_MOD16
Constant to indicate Codabar check digit Mod16 option. |
| Fields inherited from class com.sap.ip.me.api.pios.symbology.Symbology |
options |
| Constructor Summary | |
Codabar()
Constructs a new Codabar object. |
|
Codabar(long options)
Constructs a new Codabar object with the symbology options provided. |
|
| Method Summary | |
java.lang.String |
getName()
Returns the symbology name. |
int |
getType()
Returns the symbology type. |
void |
setOptions(long options)
Sets the configured options for the symbology. |
| Methods inherited from class com.sap.ip.me.api.pios.symbology.Symbology |
getOptions, validateOptions |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final long CHECK_DIGIT_MOD16
| Constructor Detail |
public Codabar()
public Codabar(long options)
throws InvalidSymbologyException
The options value is either one of the option constants defined by this class,
or must be built by bitwise OR'ing together (that is, using
the long "|" operator) two or more of those option constants.
options - the symbology options mask
InvalidSymbologyException - thrown if the received options are invalid for this symbology| Method Detail |
public java.lang.String getName()
getName in class Symbologypublic int getType()
getType in class SymbologySymbologyType
public void setOptions(long options)
throws InvalidSymbologyException
setOptions in class Symbologyoptions - the symbology options mask
InvalidSymbologyException - thrown if the received options are invalid for this symbology
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||