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