public interface IEssMemberCell extends IEssCell
IEssCell.EEssCellType
Modifier and Type | Method and Description |
---|---|
int |
getDimensionNumber()
Gets the dimension number.
|
IEssIterator |
getLinkedObjects()
Gets the linked objects in the cell.
|
java.lang.String |
getMemberKey()
Gets the member key that corresponds to the cell if the cell type is
EEssCellType.MEMBERwKEY, otherwise returns null.
|
java.lang.String |
getMemberName()
Gets the member name that corresponds to the cell.
|
boolean |
isDimensionTop() |
boolean |
isDrillThrough()
Checks if the cell has a drill through report associated with it or not.
|
boolean |
isDynCalc() |
boolean |
isExpShare() |
boolean |
isImpShare() |
boolean |
isLabelOnly() |
boolean |
isNeverShare() |
boolean |
isNonUnique() |
boolean |
isStoreData() |
boolean |
isZoominable() |
getCellType, getValue, setValue
java.lang.String getMemberName() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.java.lang.String getMemberKey() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.boolean isDimensionTop() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.boolean isZoominable() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.boolean isNeverShare() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.boolean isLabelOnly() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.boolean isStoreData() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.boolean isExpShare() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.boolean isImpShare() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.boolean isDynCalc() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.boolean isNonUnique() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.int getDimensionNumber() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.IEssIterator getLinkedObjects() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.boolean isDrillThrough() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.