inetsoft.uql
Class XConditionGroup.CondItem
java.lang.Object
inetsoft.uql.XConditionGroup.CondItem
- All Implemented Interfaces:
- HierarchyItem, XConditionGroup.BooleanValue, Cloneable
- Enclosing class:
- XConditionGroup
protected class XConditionGroup.CondItem
- extends Object
- implements HierarchyItem, XConditionGroup.BooleanValue
Internal class represents a condition item.
level
public int level
condition
public XCondition condition
col
public int col
XConditionGroup.CondItem
public XConditionGroup.CondItem(int col,
XCondition condition,
int level)
getCol
public int getCol()
getLevel
public int getLevel()
- Description copied from interface:
HierarchyItem
- Get the level of the item.
- Specified by:
getLevel in interface HierarchyItem
setLevel
public void setLevel(int level)
- Description copied from interface:
HierarchyItem
- Set the level of the item.
- Specified by:
setLevel in interface HierarchyItem
getBooleanValue
public boolean getBooleanValue(Object[] values)
- Specified by:
getBooleanValue in interface XConditionGroup.BooleanValue
clone
public Object clone()
- Description copied from interface:
HierarchyItem
- Clone this object.
- Specified by:
clone in interface HierarchyItem- Overrides:
clone in class Object
toString
public String toString()
- Overrides:
toString in class Object