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