QueryObject
AndCondition
, OrCondition
public abstract class CompoundCondition extends Condition
Modifier | Constructor | Description |
---|---|---|
protected |
CompoundCondition() |
Default constructor.
|
protected |
CompoundCondition(CompoundCondition condition) |
Copy constructor.
|
Modifier and Type | Method | Description |
---|---|---|
protected void |
append(Condition condition) |
Appends the specified condition to end of this list of conditions.
|
protected void |
insert(Condition condition) |
Inserts the specified condition at begin of this list of conditions.
|
java.util.Iterator<Condition> |
iterator() |
Returns an iterator over the elements in this list in proper sequence.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
accept
protected CompoundCondition()
protected CompoundCondition(CompoundCondition condition)
condition
- Compound condition to create a copy of.protected final void insert(Condition condition)
condition
- Condition to be inserted to this list of conditions.protected void append(Condition condition)
condition
- Condition to be appended to this list of conditions.public final java.util.Iterator<Condition> iterator()
Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com