Package com.appliedolap.essbase
Interface EssDimension
- All Superinterfaces:
EssObject
- All Known Implementing Classes:
EssDimensionImpl
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.appliedolap.essbase.EssObject
EssObject.Type -
Method Summary
Modifier and TypeMethodDescriptiongetGeneration(Integer generationNumber) Gets the generation on the dimension, if any.Gets the level on the dimension, if any.Gets the list of levels on the dimension, if any.getName()Gets the name of the dimension.getType()Gets the type of this object.Gets the list of generations on the dimension, if any.
-
Method Details
-
getName
String getName()Gets the name of the dimension. -
getType
EssObject.Type getType()Description copied from interface:EssObjectGets the type of this object. -
listDimGenerations
List<EssGeneration> listDimGenerations()Gets the list of generations on the dimension, if any.- Returns:
- the dimension's generations.
-
getGeneration
Gets the generation on the dimension, if any.- Parameters:
generationNumber- the generation number- Returns:
- the dimension's generation.
-
getLevel
Gets the level on the dimension, if any.- Parameters:
levelNumber- the level number- Returns:
- the dimension's level.
-
getLevels
Gets the list of levels on the dimension, if any.- Returns:
- the dimension's levels.
-