QrStructuredAppendParameters
Inheritance: java.lang.Object
public class QrStructuredAppendParameters
QR structured append parameters.
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getParityByte() | Gets the QR structured append mode parity data. |
getSequenceIndicator() | Gets the index of the QR structured append mode barcode. |
getTotalCount() | Gets the QR structured append mode barcodes quantity. |
hashCode() | |
notify() | |
notifyAll() | |
setParityByte(byte value) | Sets the QR structured append mode parity data. |
setSequenceIndicator(int value) | Sets the index of the QR structured append mode barcode. |
setTotalCount(int value) | Sets the QR structured append mode barcodes quantity. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getParityByte()
public byte getParityByte()
Gets the QR structured append mode parity data.
Returns: byte
getSequenceIndicator()
public int getSequenceIndicator()
Gets the index of the QR structured append mode barcode. Index starts from 0.
Returns: int
getTotalCount()
public int getTotalCount()
Gets the QR structured append mode barcodes quantity. Max value is 16.
Returns: int
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setParityByte(byte value)
public void setParityByte(byte value)
Sets the QR structured append mode parity data.
Parameters:
Parameter | Type | Description |
---|---|---|
value | byte |
setSequenceIndicator(int value)
public void setSequenceIndicator(int value)
Sets the index of the QR structured append mode barcode. Index starts from 0.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setTotalCount(int value)
public void setTotalCount(int value)
Sets the QR structured append mode barcodes quantity. Max value is 16.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |