public interface Value extends Serializable
| Modifier and Type | Method and Description |
|---|---|
double |
getDoubleValue() |
long |
getLongValue() |
String |
getStringValue() |
default boolean |
isDouble() |
default boolean |
isLong() |
default boolean |
isString() |
default boolean |
isTrue() |
Value |
negate() |
Copyright © 2016. All rights reserved.