public class TwinValue extends ScalarValue
Modifier and Type | Field and Description |
---|---|
ScalarValue |
first |
ScalarValue |
second |
NULL, UNDEFINED
Constructor and Description |
---|
TwinValue(ScalarValue first,
ScalarValue second)
TwinValue Constructor - takes two ScalarValues
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Checks to see if the object passed to it is a TwinValue object
|
int |
hashCode() |
String |
toString()
Converts the ScalarValues first and second to strings
|
copy, equalsValue, getBytes, isNull, isUndefined, serialize, toBigDecimal, toByte, toDouble, toInt, toLong, toObject, toShort
public final ScalarValue first
public final ScalarValue second
public TwinValue(ScalarValue first, ScalarValue second)
first
- ScalarValuesecond
- ScalarValuepublic boolean equals(Object obj)
public String toString()
toString
in class ScalarValue
Copyright © 2006-2013 The LaSalle Technology Group, LLC. All Rights Reserved.