com.redhat.persistence.oql
Class Or

java.lang.Object
  extended bycom.redhat.persistence.oql.Expression
      extended bycom.redhat.persistence.oql.Condition
          extended bycom.redhat.persistence.oql.BinaryCondition
              extended bycom.redhat.persistence.oql.Or

public class Or
extends BinaryCondition

Or

Version:
$Revision: #4 $ $Date: 2004/04/07 $
Author:
Rafael H. Schloming <rhs@mit.edu>

Field Summary
static String versionId
           
 
Constructor Summary
Or(Expression left, Expression right)
           
 
Method Summary
 String getOperator()
           
 
Methods inherited from class com.redhat.persistence.oql.BinaryCondition
toString
 
Methods inherited from class com.redhat.persistence.oql.Expression
valueOf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Constructor Detail

Or

public Or(Expression left,
          Expression right)
Method Detail

getOperator

public String getOperator()


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC