|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.barcode.jr.Symbology
public class Symbology
Type of barcode specification
Field Summary | |
---|---|
static long |
AustraliaPost
Australia Post BarCode |
static long |
AZTEC
Aztec type of barcode |
static long |
BOOKLANDEAN
Bookland EAN type of barcode |
static long |
CODABAR
Codarbar type of barcode. |
static long |
CODE11
Code11 type of barcode. |
static long |
CODE128
Code128 type of barcode |
static long |
CODE39EXTENDED
Code 39 extended type of barcode |
static long |
CODE39STANDARD
Code 39 standard type of barcode |
static long |
CODE93EXTENDED
Code 93 extended type of barcode |
static long |
CODE93STANDARD
Code 93 standard type of barcode |
static long |
DATAMATRIX
DataMatrix type of barcode |
static long |
EAN128
EAN128 type of barcode |
static long |
EAN13
EAN13 type of barcode |
static long |
EAN14
EAN14 (SCC14) type of barcode |
static long |
EAN8
Ean8 type of barcode |
static long |
INTERLEAVED2OF5
Interleaved 2 of 5 type of barcode |
static long |
ITF14
ITF14 type of barcode |
static long |
MACROPDF417
MacroPDF417 type of barcode |
static long |
MSI
MSI type of barcode |
static long |
ONECODE
USPS OneCode type of barcode |
static long |
PDF417
PDF417 type of barcode |
static long |
PLANET
Planet type of barcode |
static long |
POSTNET
Postnet type of barcode |
static long |
QR
QR type of barcode |
static long |
SSCC18
SSCC18 type of barcode |
static long |
STANDARD2OF5
Standard 2 of 5 type of barcode |
static long |
UPCA
UPCA type of barcode |
static long |
UPCE
UPCE type of barcode |
Constructor Summary | |
---|---|
Symbology()
This class serves the purpose of hosting constants, never meant to be initiated. |
Method Summary | |
---|---|
static long |
parse(java.lang.String name)
Parse the symbology long value from given name |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final long CODABAR
public static final long CODE11
public static final long CODE128
public static final long DATAMATRIX
public static final long EAN13
public static final long EAN8
public static final long INTERLEAVED2OF5
public static final long ITF14
public static final long PDF417
public static final long PLANET
public static final long QR
public static final long POSTNET
public static final long UPCA
public static final long UPCE
public static final long CODE39STANDARD
public static final long CODE39EXTENDED
public static final long CODE93STANDARD
public static final long CODE93EXTENDED
public static final long MSI
public static final long STANDARD2OF5
public static final long BOOKLANDEAN
public static final long EAN128
public static final long EAN14
public static final long SSCC18
public static final long AZTEC
public static final long MACROPDF417
public static final long ONECODE
public static final long AustraliaPost
Constructor Detail |
---|
public Symbology()
Method Detail |
---|
public static long parse(java.lang.String name)
name
- symbology name
BarCodeException
- if the name is not valid
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |