SupplementParameters
Inheritance: java.lang.Object
public class SupplementParameters
Supplement parameters. Used for Interleaved2of5, Standard2of5, EAN13, EAN8, UPCA, UPCE, ISBN, ISSN, ISMN.
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getSupplementData() | Supplement data following BarCode. |
getSupplementSpace() | Space between main the BarCode and supplement BarCode in Unit value. |
hashCode() | |
notify() | |
notifyAll() | |
setSupplementData(String value) | Supplement data following BarCode. |
setSupplementSpace(Unit value) | Space between main the BarCode and supplement BarCode in Unit value. |
toString() | Returns a human-readable string representation of this SupplementParameters . |
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
getSupplementData()
public String getSupplementData()
Supplement data following BarCode.
Returns: java.lang.String
getSupplementSpace()
public Unit getSupplementSpace()
Space between main the BarCode and supplement BarCode in Unit value.
Returns: Unit
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setSupplementData(String value)
public void setSupplementData(String value)
Supplement data following BarCode.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setSupplementSpace(Unit value)
public void setSupplementSpace(Unit value)
Space between main the BarCode and supplement BarCode in Unit value.
Parameters:
Parameter | Type | Description |
---|---|---|
value | Unit |
toString()
public String toString()
Returns a human-readable string representation of this SupplementParameters .
Returns: java.lang.String - A string that represents this SupplementParameters .
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 |