public class ScalarValue extends Object implements FieldValue
Modifier and Type | Field and Description |
---|---|
static ScalarValue |
NULL |
static ScalarValue |
UNDEFINED |
Constructor and Description |
---|
ScalarValue() |
Modifier and Type | Method and Description |
---|---|
FieldValue |
copy() |
boolean |
equalsValue(String defaultValue) |
byte[] |
getBytes() |
boolean |
isNull() |
boolean |
isUndefined() |
String |
serialize() |
BigDecimal |
toBigDecimal() |
byte |
toByte() |
double |
toDouble() |
int |
toInt() |
long |
toLong() |
Object |
toObject() |
short |
toShort() |
String |
toString() |
public static final ScalarValue UNDEFINED
public static final ScalarValue NULL
public boolean equalsValue(String defaultValue)
public FieldValue copy()
copy
in interface FieldValue
public boolean isUndefined()
public boolean isNull()
public byte toByte()
public short toShort()
public int toInt()
public long toLong()
public String serialize()
public byte[] getBytes()
public double toDouble()
public BigDecimal toBigDecimal()
public Object toObject()
Copyright © 2006-2013 The LaSalle Technology Group, LLC. All Rights Reserved.