PostalParameters
Inheritance: java.lang.Object
public class PostalParameters
Postal parameters. Used for Postnet, Planet.
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getPostalShortBarHeight() | Short bar’s height of Postal barcodes. |
hashCode() | |
notify() | |
notifyAll() | |
setPostalShortBarHeight(Unit value) | Short bar’s height of Postal barcodes. |
toString() | Returns a human-readable string representation of this PostalParameters . |
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
getPostalShortBarHeight()
public Unit getPostalShortBarHeight()
Short bar’s height of Postal barcodes.
Returns: Unit
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setPostalShortBarHeight(Unit value)
public void setPostalShortBarHeight(Unit value)
Short bar’s height of Postal barcodes.
Parameters:
Parameter | Type | Description |
---|---|---|
value | Unit |
toString()
public String toString()
Returns a human-readable string representation of this PostalParameters .
Returns: java.lang.String - A string that represents this PostalParameters .
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 |