|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DrillDimensions
The DrillDimensions interface defines a collection of Business Objects universe dimensions.
| Method Summary | |
|---|---|
int |
getCount()
Returns the number of dimensions in the collection. |
DrillDimension |
getItem(int index)
Returns a dimension by index. |
DrillDimension |
getItem(java.lang.String name)
Returns a dimension by name. |
DrillDimension |
getItemByID(java.lang.String ID)
Returns a dimension by its ID. |
| Method Detail |
|---|
int getCount()
DrillDimension getItem(int index)
index - index of the element to return.
DrillDimension getItem(java.lang.String name)
throws REException
name - the dimension name to return.
REException
DrillDimension getItemByID(java.lang.String ID)
throws REException
ID - the dimension ID to return.
REException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||