public interface IEssMdAxis extends IEssBaseObject
Modifier and Type | Method and Description |
---|---|
IEssMdCluster[] |
getAllClusters()
Returns an array of all the clusters in this axis.
|
IEssMdMember[] |
getAllDimensions()
Returns an array of all dimensions in this axis.
|
IEssMdMember[] |
getAllTupleMembers(int tupleIndex)
Returns an array of this axis's tuple members at a given tuple index.
|
int |
getClusterCount()
Gets the number of clusters in this axis.
|
int |
getDimensionCount()
Gets the number of dimensions in this axis.
|
int |
getTupleCount()
Gets the number of tuples in this axis.
|
boolean |
isSlicerAxis()
Checks if this axis is a slicer axis.
|
boolean isSlicerAxis() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.int getTupleCount() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.int getClusterCount() 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[] getAllDimensions() 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.IEssMdCluster[] getAllClusters() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.