java.lang.Objectcom.ibm.commerce.condition.Condition
com.ibm.commerce.condition.ConditionList
This abstract class describes a boolean expression that consists of a list of boolean expressions.
Field Summary | |
static java.lang.String | COPYRIGHT Copyright. |
Constructor Summary | |
ConditionList() |
Method Summary | |
Condition[] | getConditions() Gets the array of condition objects. |
void | setConditions(Condition[] conditions) Set the array of condition objects. |
Methods inherited from class com.ibm.commerce.condition.Condition |
clone, evaluate, getNot, getType, getXMLFragment, loadConditionFromXML, setNot, setType |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String COPYRIGHT
Constructor Detail |
public ConditionList()
Method Detail |
public void setConditions(Condition[] conditions)
public Condition[] getConditions()
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.