HIBCPASRecord
Contents
[
Hide
]HIBCPASRecord class
Class for storing HIBC PAS record.
new HIBCPASRecord(dataType, data)
HIBCPASRecord constructor
| Parameter | Description |
|---|---|
| dataType | Type of data. |
| data | Data string. |
Methods
| Name | Description |
|---|---|
| _fromMwObject() (static) | HIBCPASRecord constructor |
| equals(obj) | Returns a value indicating whether this instance is equal to a specified HIBCPASDataType value. |
| getData() | Identifies data. |
| getDataType() | Identifies data type. |
| hashCode() | Returns the hash code for this instance. |
| setData() | Identifies data. |
| setDataType() | Identifies data type. |
_fromMwObject() (static)
HIBCPASRecord constructor
equals(obj)
Returns a value indicating whether this instance is equal to a specified HIBCPASDataType value.
| Parameter | Description |
|---|---|
| obj | An HIBCPASDataType value to compare to this instance. |
Returns: true if obj has the same value as this instance; otherwise, false .
getData()
Identifies data.
getDataType()
Identifies data type.
hashCode()
Returns the hash code for this instance.
Returns: A 32-bit signed integer hash code.
setData()
Identifies data.
setDataType()
Identifies data type.