net.sf.jpacriteria.operator
Class BinaryLogicalOperator

java.lang.Object
  extended by net.sf.jpacriteria.operator.OperatorImpl
      extended by net.sf.jpacriteria.operator.BinaryLogicalOperator
All Implemented Interfaces:
java.io.Serializable, CriteriaBlock, Operator

public class BinaryLogicalOperator
extends OperatorImpl

Version:
$Id: BinaryLogicalOperator.java,v 1.2 2007/04/02 10:39:28 maxim_butov Exp $
Author:
Maxim Butov
See Also:
Serialized Form

Field Summary
static BinaryLogicalOperator AND
           
static BinaryLogicalOperator OR
           
 
Constructor Summary
BinaryLogicalOperator(java.lang.String operator)
           
 
Method Summary
 
Methods inherited from class net.sf.jpacriteria.operator.OperatorImpl
build
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AND

public static BinaryLogicalOperator AND

OR

public static BinaryLogicalOperator OR
Constructor Detail

BinaryLogicalOperator

public BinaryLogicalOperator(java.lang.String operator)


Copyright © 2007. All Rights Reserved.