com.essbase.api.dataquery
Interface IEssMemberCell
- All Superinterfaces:
- IEssBaseObject, IEssCell
- public interface IEssMemberCell
- extends IEssCell
The IEssMemberCell is a member cell in a cube view.
getMemberName
public java.lang.String getMemberName()
throws EssException
- Gets the member name that corresponds to the cell.
- Returns:
- The member name.
- Throws:
EssException
- if an error occurs.
isDimensionTop
public boolean isDimensionTop()
throws EssException
- Throws:
EssException
- if an error occurs.
isZoominable
public boolean isZoominable()
throws EssException
- Throws:
EssException
- if an error occurs.
isNeverShare
public boolean isNeverShare()
throws EssException
- Throws:
EssException
- if an error occurs.
isLabelOnly
public boolean isLabelOnly()
throws EssException
- Throws:
EssException
- if an error occurs.
isStoreData
public boolean isStoreData()
throws EssException
- Throws:
EssException
- if an error occurs.
isExpShare
public boolean isExpShare()
throws EssException
- Throws:
EssException
- if an error occurs.
isImpShare
public boolean isImpShare()
throws EssException
- Throws:
EssException
- if an error occurs.
isDynCalc
public boolean isDynCalc()
throws EssException
- Throws:
EssException
- if an error occurs.
getDimensionNumber
public int getDimensionNumber()
throws EssException
- Gets the dimension number. The number for the first dimension is 1,
second is 2, and so on.
- Throws:
EssException
- if an error occurs.