public interface RolapMemberInCube extends RolapMember
RolapMember that knows the current cube.
This is typical of members that occur in queries (where there is always a current cube) as opposed to members that belong to caches. Members of shared dimensions might occur in several different cubes, or even several times in the same virtual cube.
Member.MemberTypeOlapElement.LocalizedProperty| Modifier and Type | Method and Description |
|---|---|
RolapCube |
getCube()
Returns the cube this cube member belongs to.
|
getHierarchy, getKey, getLevel, getParentMember, isAllMembergetAncestorMembers, getDataMember, getDepth, getExpression, getMemberType, getOrderKey, getOrdinal, getParentUniqueName, getProperties, getPropertyFormattedValue, getPropertyValue, getPropertyValue, getSolveOrder, isAll, isCalculated, isCalculatedInQuery, isChildOrEqualTo, isEvaluated, isHidden, isMeasure, isNull, isParentChildLeaf, isParentChildPhysicalMember, setName, setPropertygetCaption, getDescription, getDimension, getLocalized, getName, getQualifiedName, getUniqueName, isVisible, lookupChildcompareTogetAnnotationMapcontainsAggregateFunction, getCompiledExpression, getHierarchyOrdinal, getSolveOrder, isCalculatedInQuery, setContextInRolapCube getCube()
This method is not in the RolapMember interface, because
regular members may be shared, and therefore do not belong to a specific
cube.