org.eclipse.birt.data.engine.api.querydefn
Class GroupInstanceInfo

java.lang.Object
  extended by org.eclipse.birt.data.engine.api.querydefn.GroupInstanceInfo
All Implemented Interfaces:
IGroupInstanceInfo

public class GroupInstanceInfo
extends java.lang.Object
implements IGroupInstanceInfo

This is an implementation to IGroupInstanceInfo.


Constructor Summary
GroupInstanceInfo(int level, int rowId)
           
 
Method Summary
 int getGroupLevel()
          Return the group level of target group instance.
 int getRowId()
          Return row number of one of rows in the group.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupInstanceInfo

public GroupInstanceInfo(int level,
                         int rowId)
Parameters:
level -
rowId -
Method Detail

getGroupLevel

public int getGroupLevel()
Description copied from interface: IGroupInstanceInfo
Return the group level of target group instance.

Specified by:
getGroupLevel in interface IGroupInstanceInfo
Returns:

getRowId

public int getRowId()
Description copied from interface: IGroupInstanceInfo
Return row number of one of rows in the group.

Specified by:
getRowId in interface IGroupInstanceInfo
Returns:


Copyright © 2008 Actuate Corp. All rights reserved.