com.nhncorp.neptune.client.shell.select
Class CompareExpression

java.lang.Object
  extended by com.nhncorp.neptune.client.shell.select.Expression
      extended by com.nhncorp.neptune.client.shell.select.BinaryExpression
          extended by com.nhncorp.neptune.client.shell.select.CompareExpression
All Implemented Interfaces:
WhereComponent

public class CompareExpression
extends BinaryExpression


Field Summary
static int COMPARE_TYPE_EQ
           
static int COMPARE_TYPE_GT
           
static int COMPARE_TYPE_GT_EQ
           
static int COMPARE_TYPE_LT
           
static int COMPARE_TYPE_LT_EQ
           
 
Constructor Summary
CompareExpression()
           
 
Method Summary
 int getType()
           
 boolean isTrue()
           
 void setParamValue(java.lang.String[][] paramValue)
          fieldName, value
 void setType(int type)
           
 java.lang.String toString()
           
 
Methods inherited from class com.nhncorp.neptune.client.shell.select.BinaryExpression
getLeft, getRight, setLeft, setRight
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COMPARE_TYPE_EQ

public static final int COMPARE_TYPE_EQ
See Also:
Constant Field Values

COMPARE_TYPE_GT

public static final int COMPARE_TYPE_GT
See Also:
Constant Field Values

COMPARE_TYPE_LT

public static final int COMPARE_TYPE_LT
See Also:
Constant Field Values

COMPARE_TYPE_GT_EQ

public static final int COMPARE_TYPE_GT_EQ
See Also:
Constant Field Values

COMPARE_TYPE_LT_EQ

public static final int COMPARE_TYPE_LT_EQ
See Also:
Constant Field Values
Constructor Detail

CompareExpression

public CompareExpression()
Method Detail

getType

public int getType()

setType

public void setType(int type)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

isTrue

public boolean isTrue()
Specified by:
isTrue in class Expression

setParamValue

public void setParamValue(java.lang.String[][] paramValue)
Description copied from class: Expression
fieldName, value

Specified by:
setParamValue in class Expression