HIBCPASRecord
Contents
[
Hide
]Inheritance: java.lang.Object
public class HIBCPASRecord
Class for storing HIBC PAS record.
Constructors
Constructor | Description |
---|---|
HIBCPASRecord(int dataType, String data) | HIBCPASRecord constructor |
HIBCPASRecord() | HIBCPASRecord constructor |
Methods
Method | Description |
---|---|
equals(Object obj) | Returns a value indicating whether this instance is equal to a specified HIBCPASDataType value. |
getClass() | |
getData() | Identifies data. |
getDataType() | Identifies data type. |
hashCode() | Returns the hash code for this instance. |
notify() | |
notifyAll() | |
setData(String value) | Identifies data. |
setDataType(int value) | Identifies data type. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
HIBCPASRecord(int dataType, String data)
public HIBCPASRecord(int dataType, String data)
HIBCPASRecord constructor
Parameters:
Parameter | Type | Description |
---|---|---|
dataType | int | Type of data. |
data | java.lang.String | Data string. |
HIBCPASRecord()
public HIBCPASRecord()
HIBCPASRecord constructor
equals(Object obj)
public boolean equals(Object obj)
Returns a value indicating whether this instance is equal to a specified HIBCPASDataType value.
Parameters:
Parameter | Type | Description |
---|---|---|
obj | java.lang.Object | An HIBCPASDataType value to compare to this instance. |
Returns: boolean - true if obj has the same value as this instance; otherwise, false .
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getData()
public String getData()
Identifies data.
Returns: java.lang.String
getDataType()
public int getDataType()
Identifies data type.
Returns: int
hashCode()
public int hashCode()
Returns the hash code for this instance.
Returns: int - A 32-bit signed integer hash code.
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setData(String value)
public void setData(String value)
Identifies data.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setDataType(int value)
public void setDataType(int value)
Identifies data type.
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 |