HIBCLICSecondaryAndAdditionalDataCodetext
Contents
[
Hide
]HIBCLICSecondaryAndAdditionalDataCodetext class
Class for encoding and decoding the text embedded in the HIBC LIC code which stores seconday data.
new HIBCLICSecondaryAndAdditionalDataCodetext()
Example:
This sample shows how to encode and decode HIBC LIC using HIBCLICSecondaryAndAdditionalDataCodetext.
Methods
| Name | Description |
|---|---|
| equals(obj) | Returns a value indicating whether this instance is equal to a specified HIBCLICSecondaryAndAdditionalDataCodetext val |
| getConstructedCodetext() | Constructs codetext |
| getData() | Identifies secodary and additional supplemental data. |
| getLinkCharacter() | Identifies link character. |
| hashCode() | Returns the hash code for this instance. |
| initFromString(constructedCodetext) | Initializes instance from constructed codetext. |
| setData() | Identifies secodary and additional supplemental data. |
| setLinkCharacter() | Identifies link character. |
equals(obj)
Returns a value indicating whether this instance is equal to a specified HIBCLICSecondaryAndAdditionalDataCodetext value.
| Parameter | Description |
|---|---|
| obj | An HIBCLICSecondaryAndAdditionalDataCodetext value to compare to this instance. |
Returns: true if obj has the same value as this instance; otherwise, false .
getConstructedCodetext()
Constructs codetext
Returns: Constructed codetext
getData()
Identifies secodary and additional supplemental data.
getLinkCharacter()
Identifies link character.
hashCode()
Returns the hash code for this instance.
Returns: A 32-bit signed integer hash code.
initFromString(constructedCodetext)
Initializes instance from constructed codetext.
| Parameter | Description |
|---|---|
| constructedCodetext | Constructed codetext. |
setData()
Identifies secodary and additional supplemental data.
setLinkCharacter()
Identifies link character.