org.eclipse.birt.data.engine.api
Interface IGroupInstanceInfo

All Known Implementing Classes:
GroupInstanceInfo

public interface IGroupInstanceInfo

This class provides information that can identify a unique group instance of a ResultSet.


Method Summary
 int getGroupLevel()
          Return the group level of target group instance.
 int getRowId()
          Return row number of one of rows in the group.
 

Method Detail

getRowId

int getRowId()
Return row number of one of rows in the group.

Returns:

getGroupLevel

int getGroupLevel()
Return the group level of target group instance.

Returns:


Copyright © 2008 Actuate Corp. All rights reserved.