|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
com.aspose.barcoderecognition.CustomerInformationInterpretingType
public final class CustomerInformationInterpretingType
Defines the interpreting type(CTable or NTable) of customer information for AustralianPost BarCode.
Field Summary | |
---|---|
static int |
CTable
Use CTable to interpret the customer information |
static int |
NTable
Use NTable to interpret the customer information |
static int |
Other
Do not interpret the customer information, return the raw values. |
Method Summary |
---|
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int CTable
Use CTable to interpret the customer information
public static final int NTable
Use NTable to interpret the customer information
public static final int Other
Do not interpret the customer information, return the raw values.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |