org.eclipse.datatools.connectivity.oda.spec.result.filter
Class OrExpression

java.lang.Object
  extended by org.eclipse.datatools.connectivity.oda.spec.result.FilterExpression
      extended by org.eclipse.datatools.connectivity.oda.spec.result.filter.CompositeExpression
          extended by org.eclipse.datatools.connectivity.oda.spec.result.filter.OrExpression

public class OrExpression
extends CompositeExpression

A runtime composite filter expression whose child expressions are combined by the Or boolean operator. This composite expression is evaluated to be true if any of its child expressions is evaluated as true.

Since:
3.2 (DTP 1.7)

Constructor Summary
OrExpression()
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 
Methods inherited from class org.eclipse.datatools.connectivity.oda.spec.result.filter.CompositeExpression
add, childCount, getChildren, isNegatable, toString, validateSyntax
 
Methods inherited from class org.eclipse.datatools.connectivity.oda.spec.result.FilterExpression
getName, getQualifiedId, validate, validate
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OrExpression

public OrExpression()
Method Detail

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object