Constructor
new Code128DataPortion()
Creates a new instance of the {@code Code128DataPortion} class with start code symbol and decoded codetext.
- Source:
Methods
getCode128SubType()
Gets the type of Code128 subset
Returns:
Type | Description |
---|---|
The type of Code128 subset |
- Source:
getData()
Gets the part of code text related to subtype.
Returns:
Type | Description |
---|---|
The part of code text related to subtype |
- Source:
toString()
Returns a human-readable string representation of this {@code Code128DataPortion}.
Returns:
Type | Description |
---|---|
A string that represents this {@code Code128DataPortion}. |
- Source: