| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_LENGTH |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
asString() |
static TagValue |
create(String value)
Constructs a new
TagValue from the given string. |
String |
toString() |
public static final int MAX_LENGTH
public static TagValue create(String value)
TagValue from the given string. The string will be sanitize such that:
MAX_LENGTH, strings longer than that will be truncated.
public abstract String asString()