public class MaxiCodeExtendedParameters extends BaseExtendedParameters
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Returns a value indicating whether this instance is equal to a specified MaxiCodeExtendedParameters value.
|
int |
getHashCode()
Returns the hash code for this instance.
|
int |
getMaxiCodeMode()
Gets a MaxiCode encode mode.
|
int |
getMaxiCodeStructuredAppendModeBarcodeId()
Gets a MaxiCode barcode id in structured append mode.
|
int |
getMaxiCodeStructuredAppendModeBarcodesCount()
Gets a MaxiCode barcodes count in structured append mode.
|
java.lang.String |
toString()
Returns a human-readable string representation of this MaxiCodeExtendedParameters .
|
isEmpty
public int getMaxiCodeMode()
public int getMaxiCodeStructuredAppendModeBarcodeId()
public int getMaxiCodeStructuredAppendModeBarcodesCount()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- An java.lang.Object value to compare to this instance.public int getHashCode()
public java.lang.String toString()
toString
in class java.lang.Object