public final class StringTag
extends Tag
The TAG_String
tag.
-
Constructor Summary
Constructors
Creates the tag with an empty name.
-
Method Summary
Gets the value of this tag.
-
Constructor Details
-
StringTag
public StringTag(String value)
Creates the tag with an empty name.
- Parameters:
value
- the value of the tag
-
Method Details
-
getValue
Description copied from class: Tag
Gets the value of this tag.
- Specified by:
getValue
in class Tag
- Returns:
- the value
-