public final class ShortTag extends Tag
TAG_Short tag.| Constructor and Description |
|---|
ShortTag(short value)
Creates the tag with an empty name.
|
ShortTag(String name,
short value)
Creates the tag.
|
| Modifier and Type | Method and Description |
|---|---|
Short |
getValue()
Gets the value of this tag.
|
String |
toString() |
public ShortTag(short value)
value - the value of the tagpublic ShortTag(String name, short value)
name - the name of the tagvalue - the value of the tagCopyright © 2010-2014. All Rights Reserved.