com.aspose.barcoderecognition
Class CustomerInformationInterpretingType

java.lang.Object
  extended by com.aspose.barcoderecognition.CustomerInformationInterpretingType

public final class CustomerInformationInterpretingType
extends Object

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


Field Summary
static int C_TABLE
           Use CTable to interpret the customer information
static int N_TABLE
           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.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

C_TABLE

public static final int C_TABLE

Use CTable to interpret the customer information

See Also:
Constant Field Values

N_TABLE

public static final int N_TABLE

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


Copyright (c) 2002-2012 Aspose Pty Ltd. All Rights Reserved.