public interface IEssMdMember extends IEssBaseObject, IEssProperties
IEssProperties.EEssPropertyMode
Modifier and Type | Method and Description |
---|---|
IEssMdMember |
getDimension()
Gets the dimension to which this member belongs.
|
IEssIterator |
getLinkedObjects()
Gets the linked objects associated with the member.
|
java.lang.String |
getName()
Returns this member's (or dimension's id it represents a dimension)
identifier.
|
boolean |
isCalced()
Checks if this member is a calculated member
|
boolean |
isDimension()
Checks if this member represents a dimension.
|
boolean |
isDrillThrough()
Checks if this member has a drill through associated with it.
|
getCountProperties, getPropertyDataType, getPropertyDataType, getPropertyDataTypes, getPropertyId, getPropertyMode, getPropertyMode, getPropertyModes, getPropertyName, getPropertyNames, getPropertyValueAny, getPropertyValueAny, refreshPropertyValues, setPropertyValueAny, setPropertyValueAny, updatePropertyValues
java.lang.String getName() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.boolean isDimension() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.IEssMdMember getDimension() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.boolean isCalced() 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.IEssIterator getLinkedObjects() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.