inetsoft.uql
Class XConditionGroup.BooleanItem
java.lang.Object
inetsoft.uql.XConditionGroup.BooleanItem
- All Implemented Interfaces:
- HierarchyItem, XConditionGroup.BooleanValue, Cloneable
- Enclosing class:
- XConditionGroup
protected class XConditionGroup.BooleanItem
- extends Object
- implements HierarchyItem, XConditionGroup.BooleanValue
Internal class represents a boolean item.
level
public int level
bool
public boolean bool
XConditionGroup.BooleanItem
public XConditionGroup.BooleanItem(boolean bool,
int level)
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