|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ConditionListWrapper
ConditionListWrapper wraps a ConditionList.
| Method Summary | |
|---|---|
Object |
clone()
Clone the object. |
UserVariable[] |
getAllVariables()
Get all variables in the condition value list. |
ConditionItem |
getConditionItem(int index)
Get the ConditionItem at the specified index. |
ConditionList |
getConditionList()
Get the contained ConditionList. |
int |
getConditionSize()
Get the size. |
HierarchyItem |
getItem(int index)
Get the HierarchyItem at the specified index. |
JunctionOperator |
getJunctionOperator(int index)
Get the JunctionOperator at the specified index. |
boolean |
isConditionItem(int index)
Check if the item at the specified index is a ConditionItem. |
boolean |
isEmpty()
Check if this list is empty. |
boolean |
isJunctionOperator(int index)
Check if the item at the specified index is a JunctionOperator. |
void |
replaceVariables(VariableTable vars)
Replace all embeded user variables. |
| Methods inherited from interface inetsoft.util.XMLSerializable |
|---|
parseXML, writeXML |
| Method Detail |
|---|
int getConditionSize()
HierarchyItem getItem(int index)
index - the specified index.
boolean isConditionItem(int index)
index - the specified index.
boolean isJunctionOperator(int index)
index - the specified index.
ConditionItem getConditionItem(int index)
index - the specified index.
JunctionOperator getJunctionOperator(int index)
index - the specified index.
ConditionList getConditionList()
void replaceVariables(VariableTable vars)
vars - the specified variable table.UserVariable[] getAllVariables()
boolean isEmpty()
Object clone()
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||