com.aspose.barcode.jr
Class QREncodeMode

java.lang.Object
  extended by com.aspose.barcode.jr.QREncodeMode

public final class QREncodeMode
extends java.lang.Object

QR barcode's encoding mode


Field Summary
static short AlphaNumber
          auto detect the mode
static short Auto
          auto detect the mode
static short Binary
          auto detect the mode
static short Numeric
          auto detect the mode
 
Constructor Summary
QREncodeMode()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Auto

public static final short Auto
auto detect the mode

See Also:
Constant Field Values

Numeric

public static final short Numeric
auto detect the mode

See Also:
Constant Field Values

AlphaNumber

public static final short AlphaNumber
auto detect the mode

See Also:
Constant Field Values

Binary

public static final short Binary
auto detect the mode

See Also:
Constant Field Values
Constructor Detail

QREncodeMode

public QREncodeMode()