public class NamedTag
extends java.lang.Object
Constructor and Description |
---|
NamedTag(java.lang.String name,
Tag tag)
Create a new named tag.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Get the name of the tag.
|
Tag |
getTag()
Get the tag.
|