Package com.appliedolap.essbase
Interface EssVariable
- All Superinterfaces:
EssObject
- All Known Subinterfaces:
EssApplicationVariable,EssCubeVariable
- All Known Implementing Classes:
EssApplicationVariableImpl,EssCubeVariableImpl,EssVariableImpl
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface com.appliedolap.essbase.EssObject
EssObject.Type -
Method Summary
-
Method Details
-
getScope
EssVariable.Scope getScope()Gets the scope of this variable.- Returns:
- the variable scope
-
getName
String getName()Gets the name of this variable. -
getType
EssObject.Type getType()Description copied from interface:EssObjectGets the type of this object. -
getValue
String getValue()Gets the value of this variable.- Returns:
- the value of this variable
-
delete
void delete()Deletes the variable.
-