net.sf.letsparty.parser.expression
Class BinaryPartitionedExpression

java.lang.Object
  extended bynet.sf.letsparty.parser.expression.MonoColumnPartitionedExpression
      extended bynet.sf.letsparty.parser.expression.BinaryPartitionedExpression
All Implemented Interfaces:
PartitionedExpression
Direct Known Subclasses:
PartitionedEqualsTo, PartitionedGreaterEquals, PartitionedGreaterThan, PartitionedLike, PartitionedMinorEquals, PartitionedMinorThan, PartitionedNotEquals

public abstract class BinaryPartitionedExpression
extends MonoColumnPartitionedExpression


Field Summary
protected  Value value
           
 
Fields inherited from class net.sf.letsparty.parser.expression.MonoColumnPartitionedExpression
partitionedColumn
 
Constructor Summary
BinaryPartitionedExpression()
           
 
Method Summary
 Value getValue()
           
 void setValue(Value value)
           
 
Methods inherited from class net.sf.letsparty.parser.expression.MonoColumnPartitionedExpression
getPartitionedColumn, getPartitionedTableSuffixList, getSuffixes, setPartitionedColumn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected Value value
Constructor Detail

BinaryPartitionedExpression

public BinaryPartitionedExpression()
Method Detail

getValue

public Value getValue()

setValue

public void setValue(Value value)