com.businessobjects.rebean.wi
Interface DrillDetails


public interface DrillDetails

Warning: This interface is no longer functional from the SAP BusinessObjects 4.0 release onwards.

The DrillDetails interface defines a collection of Business Objects universe details.

Details are defined by the designer tool and attached to a dimension.


Method Summary
 int getCount()
          Gets the number of details in the collection.
 DrillDetail getItem(int index)
          Returns a detail by index.
 DrillDetail getItem(java.lang.String name)
          Returns a detail by name.
 DrillDetail getItemByID(java.lang.String ID)
          Returns a detail by its ID.
 

Method Detail

getCount

int getCount()
Gets the number of details in the collection.

Returns:
the number of details.

getItem

DrillDetail getItem(int index)
Returns a detail by index.

Parameters:
index - index of the element to return.
Returns:
a detail at the specified position in the collection.

getItem

DrillDetail getItem(java.lang.String name)
                    throws REException
Returns a detail by name.

Parameters:
name - name of the detail to return.
Returns:
a detail by name.
Throws:
REException

getItemByID

DrillDetail getItemByID(java.lang.String ID)
                        throws REException
Returns a detail by its ID.

Parameters:
ID - the ID of the detail to return.
Returns:
a detail by its ID.
Throws:
REException