Interface Tag
-
-
Method Summary
Modifier and Type Method Description abstract NamespacegetNamespace()Namespace defined by E3DC in which this tag is used. abstract StringgetHex()Encoding of the tag in hex string format with 0x as prefix. abstract DataTypegetType()Data type used in the context of this tag in a Data block. abstract StringgetName()Human-readable name of the tag. -
-
Method Detail
-
getNamespace
abstract Namespace getNamespace()
Namespace defined by E3DC in which this tag is used.
-
getHex
abstract String getHex()
Encoding of the tag in hex string format with 0x as prefix. For example 0x03040000
-
-
-
-