SupplementParameters

Inheritance: java.lang.Object

public class SupplementParameters

Supplement parameters. Used for Interleaved2of5, Standard2of5, EAN13, EAN8, UPCA, UPCE, ISBN, ISSN, ISMN.

Methods

MethodDescription
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.
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:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
valuejava.lang.String

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:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int