@Immutable public final class Tag extends Object
| Constructor and Description |
|---|
Tag(String name,
String type,
String value)
Create a new tag.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName()
Return the name of this tag.
|
String |
getType()
Return the type for this tag.
|
String |
getValue()
Return the value for this tag.
|
int |
hashCode() |
String |
toString() |
static Tag |
valueOf(String value)
Parse a tag from the specified value.
|
Copyright © 2013–2020 dishevelled.org. All rights reserved.