Package com.jedox.palojlib.main
Class DimensionInfo
java.lang.Object
com.jedox.palojlib.main.ComponentInfo
com.jedox.palojlib.main.DimensionInfo
- All Implemented Interfaces:
IDimensionInfo,Cloneable
-
Field Summary
Fields inherited from class com.jedox.palojlib.main.ComponentInfo
token -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDimensionInfo(String attributeDimensionId, String attributeCubeId, String maximumLevel, String maximumIndent, String maximumDepth, String token, String numberOfElements, String defaultRead, String defaultWrite, String defaultNA, String defaultTotal, String defaultParent) -
Method Summary
Modifier and TypeMethodDescriptionintintprotected intprotected intprotected intprotected intprotected intintget maximum depth number in that dimensionintget maximum indent number in that dimensionintget maximum level number in that dimensionintget the number of elementsMethods inherited from class com.jedox.palojlib.main.ComponentInfo
getToken
-
Constructor Details
-
DimensionInfo
-
-
Method Details
-
getAttributeDimensionId
public int getAttributeDimensionId() -
getAttributeCubeId
public int getAttributeCubeId() -
getMaximumLevel
public int getMaximumLevel()Description copied from interface:IDimensionInfoget maximum level number in that dimension- Specified by:
getMaximumLevelin interfaceIDimensionInfo- Returns:
- maximum level number in that dimension
-
getMaximumIndent
public int getMaximumIndent()Description copied from interface:IDimensionInfoget maximum indent number in that dimension- Specified by:
getMaximumIndentin interfaceIDimensionInfo- Returns:
- maximum indent number in that dimension
-
getMaximumDepth
public int getMaximumDepth()Description copied from interface:IDimensionInfoget maximum depth number in that dimension- Specified by:
getMaximumDepthin interfaceIDimensionInfo- Returns:
- maximum depth number in that dimension
-
getNumberOfElements
public int getNumberOfElements()Description copied from interface:IDimensionInfoget the number of elements- Specified by:
getNumberOfElementsin interfaceIDimensionInfo- Returns:
- the number of elements
-
getDefaultRead
protected int getDefaultRead() -
getDefaultNA
protected int getDefaultNA() -
getDefaultParent
protected int getDefaultParent() -
getDefaultWrite
protected int getDefaultWrite() -
getDefaultTotal
protected int getDefaultTotal()
-