public abstract class Value
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Value.BooleanValue |
static class |
Value.ByteArrayValue |
static class |
Value.DateValue |
static class |
Value.IntValue |
static class |
Value.ListValue |
static class |
Value.NullValue |
static class |
Value.StringValue |
Modifier and Type | Field and Description |
---|---|
java.lang.Object |
data |
static Value.NullValue |
NULL |
Constructor and Description |
---|
Value(java.lang.Object data) |
Modifier and Type | Method and Description |
---|---|
boolean |
toBoolean() |
byte[] |
toByteArray() |
java.util.Date |
toDate() |
int |
toInt() |
java.util.List<?> |
toList() |
java.lang.String |
toString() |
public static final Value.NullValue NULL
public final java.lang.Object data
Copyright © 2021. All Rights Reserved.