public interface IEssMdCluster extends IEssBaseObject
| Modifier and Type | Method and Description |
|---|---|
IEssMdMember[] |
getAllDimensionMembers(int dimensionIndex)
Returns an array of this cluster's members at for a given dimension.
|
IEssMdMember[] |
getAllTupleMembers(int tupleIndex)
Returns an array of this cluster's tuple members at a given cluster tuple
index.
|
int |
getDimensionCount()
Gets the number of dimensions in this cluster.
|
int |
getTupleCount()
Gets the number of tuples in this cluster.
|
int getTupleCount()
throws com.essbase.api.base.EssException
com.essbase.api.base.EssException - if an error occurs.int getDimensionCount()
throws com.essbase.api.base.EssException
com.essbase.api.base.EssException - if an error occurs.IEssMdMember[] getAllTupleMembers(int tupleIndex) throws com.essbase.api.base.EssException
tupleIndex - The tuple index for which to get the members.com.essbase.api.base.EssException - if an error occurs.IEssMdMember[] getAllDimensionMembers(int dimensionIndex) throws com.essbase.api.base.EssException
dimensionIndex - The dimension index for which to get the members.com.essbase.api.base.EssException - if an error occurs.