Style Intelligence v12.0

inetsoft.uql
Class XConditionGroup.BooleanItem

java.lang.Object
  extended by 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.


Field Summary
 boolean bool
           
 int level
           
 
Constructor Summary
XConditionGroup.BooleanItem(boolean bool, int level)
           
 
Method Summary
 Object clone()
          Clone this object.
 boolean getBooleanValue(Object[] values)
           
 int getLevel()
          Get the level of the item.
 void setLevel(int level)
          Set the level of the item.
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

level

public int level

bool

public boolean bool
Constructor Detail

XConditionGroup.BooleanItem

public XConditionGroup.BooleanItem(boolean bool,
                                   int level)
Method Detail

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

Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.