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, serializepublic final String value
public StringValue(String value)
public byte toByte()
toByte in class ScalarValuepublic short toShort()
toShort in class ScalarValuepublic int toInt()
toInt in class ScalarValuepublic long toLong()
toLong in class ScalarValuepublic double toDouble()
toDouble in class ScalarValuepublic Object toObject()
toObject in class ScalarValuepublic byte[] getBytes()
getBytes in class ScalarValuepublic BigDecimal toBigDecimal()
toBigDecimal in class ScalarValuepublic String toString()
toString in class ScalarValuepublic boolean equalsValue(String defaultValue)
equalsValue in class ScalarValueCopyright © 2006-2013 The LaSalle Technology Group, LLC. All Rights Reserved.