| Modifier and Type | Method and Description |
|---|---|
boolean |
asBoolean()
Converts this value to a boolean.
|
double |
asDouble()
Converts this value to a double.
|
java.lang.String |
asString()
Converts this value to a string.
|
static StringValue |
valueOf(java.lang.String value)
Returns the string value representing the given string.
|
public static StringValue valueOf(java.lang.String value)
value - the value the string to get a value of.public boolean asBoolean()
Valuepublic double asDouble()
Value