public interface Value
| 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.
|
boolean asBoolean()
double asDouble()
java.lang.String asString()