public abstract class NumberTag extends Tag
| Constructor and Description |
|---|
NumberTag(String name)
Creates the tag with the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
abstract int |
intValue()
Get the value as an
int. |
public NumberTag(String name)
name - The name.