Style Intelligence v12.0

inetsoft.uql
Interface HierarchyItem

All Superinterfaces:
Cloneable
All Known Implementing Classes:
ConditionItem, JunctionOperator, XConditionGroup.BooleanItem, XConditionGroup.CondItem, XConditionGroup.Operator

public interface HierarchyItem
extends Cloneable

A Hierarchy Item defined a item contains level.


Method Summary
 Object clone()
          Clone this object.
 int getLevel()
          Get the level of the item.
 void setLevel(int l)
          Set the level of the item.
 

Method Detail

getLevel

int getLevel()
Get the level of the item.


setLevel

void setLevel(int l)
Set the level of the item.


clone

Object clone()
Clone this object.


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