|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.datatools.connectivity.oda.spec.result.FilterExpression
org.eclipse.datatools.connectivity.oda.spec.result.filter.CompositeExpression
org.eclipse.datatools.connectivity.oda.spec.result.filter.OrExpression
public class OrExpression
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.
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 |
---|
public OrExpression()
Method Detail |
---|
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |