public final class StringTag
extends Tag<String> 
The TAG_String tag.
- 
Constructor Summary
Constructors
 
- 
Method Summary
 
 
- 
Constructor Details
- 
StringTag
public StringTag(String value) 
Creates the tag.
- Parameters:
 
value - The value. 
 
 
- 
Method Details
- 
getValue
The value.
- Specified by:
 
getValue in class Tag<String> 
- Returns:
 
- The value of this tag.