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

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.AndOrExpression
All Implemented Interfaces:
WhereComponent

public class AndOrExpression
extends BinaryExpression


Constructor Summary
AndOrExpression()
           
 
Method Summary
 boolean isAnd()
           
 boolean isTrue()
           
 void setAnd(boolean and)
           
 void setParamValue(java.lang.String[][] paramValues)
          fieldName, value
 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
 

Constructor Detail

AndOrExpression

public AndOrExpression()
Method Detail

isAnd

public boolean isAnd()

setAnd

public void setAnd(boolean and)

toString

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

setParamValue

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

Specified by:
setParamValue in class Expression

isTrue

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