com.aspose.barcoderecognition
Class CustomerInformationInterpretingType

java.lang.Object
  extended by java.lang.Enum
      extended by com.aspose.barcoderecognition.CustomerInformationInterpretingType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class CustomerInformationInterpretingType
extends java.lang.Enum

Defines the interpreting type(CTable or NTable) of customer information for AustralianPost BarCode.

See Also:
Serialized Form

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

CTable

public static final int CTable

Use CTable to interpret the customer information

See Also:
Constant Field Values

NTable

public static final int NTable

Use NTable to interpret the customer information

See Also:
Constant Field Values

Other

public static final int Other

Do not interpret the customer information, return the raw values.

See Also:
Constant Field Values