com.businessobjects.rebean.wi
Interface ReportMapNodes


public interface ReportMapNodes

The ReportMapNodes interface defines a collection of ReportMapNode objects.

A ReportMapNode can be a report or a section.

See Also:
ReportMapNode, ReportMap.getStructure()

Method Summary
 ReportMapNode getChildAt(int index)
          Returns the child node at the specified position.
 int getChildCount()
          Returns the number of ReportMapNode objects contained in this collection.
 

Method Detail

getChildCount

int getChildCount()
Returns the number of ReportMapNode objects contained in this collection.

Returns:
The number of ReportMapNode objects contained in this collection.

getChildAt

ReportMapNode getChildAt(int index)
                         throws REException
Returns the child node at the specified position.

Parameters:
index - The position of the ReportMapNode to be returned in the collection.
Returns:
The ReportMapNode.
Throws:
REException