public class DgnTagValueElement extends DgnElement
Represents 'Tag Value' element
Constructor and Description |
---|
DgnTagValueElement(byte[] rawData)
Initializes a new instance of the
DgnTagValueElement class |
Modifier and Type | Method and Description |
---|---|
int |
getTagIndex()
Gets tag index
|
int |
getTagLength()
Gets tag length
|
long |
getTagSet()
Gets tag set
|
DgnTagValue |
getTagValue()
Gets or sets the tag value.
|
void |
setTagValue(DgnTagValue value)
Gets or sets the tag value.
|
getMetadata
public DgnTagValueElement(byte[] rawData)
Initializes a new instance of the DgnTagValueElement
class
rawData
- raw datapublic long getTagSet()
Gets tag set
public int getTagIndex()
Gets tag index
public int getTagLength()
Gets tag length
public final DgnTagValue getTagValue()
Gets or sets the tag value.
public final void setTagValue(DgnTagValue value)
Gets or sets the tag value.
value
- The tag value.