java.lang.Object | |
↳ | com.datalogic.decode.utils.GS1Parser.GS1Field |
Class representing a single GS1 field, comprised of application identifier and associated value.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the application identifier.
| |||||||||||
Gets the data title associated with this GS1 field
| |||||||||||
Gets the generic application identifier.
| |||||||||||
Gets the value parsed depending on the specific Application Identifier.
| |||||||||||
Gets the string value for this field.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Gets the application identifier.
Gets the data title associated with this GS1 field
Gets the generic application identifier. This is usually equals to the application identifier but it is different for all identifiers that include a decimal point position (application identifier ending with 'n') or a sequence number (application identifier ending with 's').
Gets the value parsed depending on the specific Application Identifier.
If no parsing is available for this field, null
is returned.
Gets the string value for this field.