Package com.appliedolap.essbase.impl
Class EssCubeVariableImpl
java.lang.Object
com.appliedolap.essbase.AbstractEssObject
com.appliedolap.essbase.impl.EssVariableImpl
com.appliedolap.essbase.impl.EssApplicationVariableImpl
com.appliedolap.essbase.impl.EssCubeVariableImpl
- All Implemented Interfaces:
EssApplicationVariable,EssCubeVariable,EssObject,EssVariable
A variable that is specific to a particular cube.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.appliedolap.essbase.EssObject
EssObject.TypeNested classes/interfaces inherited from interface com.appliedolap.essbase.EssVariable
EssVariable.Scope -
Field Summary
Fields inherited from class com.appliedolap.essbase.AbstractEssObject
api -
Method Summary
Methods inherited from class com.appliedolap.essbase.impl.EssApplicationVariableImpl
getApplicationMethods inherited from class com.appliedolap.essbase.impl.EssVariableImpl
delete, getName, getType, getValueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.appliedolap.essbase.EssApplicationVariable
getApplicationMethods inherited from interface com.appliedolap.essbase.EssVariable
delete, getName, getType, getValue
-
Method Details
-
getScope
Description copied from interface:EssVariableGets the scope of this variable.- Specified by:
getScopein interfaceEssApplicationVariable- Specified by:
getScopein interfaceEssCubeVariable- Specified by:
getScopein interfaceEssVariable- Overrides:
getScopein classEssApplicationVariableImpl- Returns:
- the variable scope
-
getCube
- Specified by:
getCubein interfaceEssCubeVariable
-