public interface Tag
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getKey()
Returns the key corresponding to this tag.
|
java.lang.String |
getValue()
Returns the value corresponding to this tag.
|
java.lang.String |
tagString()
Returns the string representation of this tag.
|