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