mondrian.rolap
Class RolapHierarchy.RolapNullMember

java.lang.Object
  extended by mondrian.olap.OlapElementBase
      extended by mondrian.olap.MemberBase
          extended by mondrian.rolap.RolapMember
              extended by mondrian.rolap.RolapHierarchy.RolapNullMember
All Implemented Interfaces:
Comparable, Member, OlapElement
Enclosing class:
RolapHierarchy

static class RolapHierarchy.RolapNullMember
extends RolapMember

A RolapNullMember is the null member of its hierarchy. Every hierarchy has precisely one. They are yielded by operations such as [Gender].[All].ParentMember. Null members are usually omitted from sets (in particular, in the set constructor operator "{ ... }".

 

Nested Class Summary
 
Nested classes/interfaces inherited from interface mondrian.olap.Member
Member.MemberType
 
Field Summary
 
Fields inherited from class mondrian.olap.MemberBase
flags, level, parentMember, parentUniqueName, uniqueName
 
Fields inherited from class mondrian.olap.OlapElementBase
caption
 
Constructor Summary
RolapHierarchy.RolapNullMember(RolapLevel level)
           
 
Method Summary
 
Methods inherited from class mondrian.rolap.RolapMember
childLevelHasApproxRowCount, compareTo, equals, equals, getAllMembers, getDepth, getHierarchy, getHierarchyCardinality, getKey, getLevel, getLogger, getName, getOrderKey, getOrdinal, getParentMember, getProperties, getPropertyFormattedValue, getPropertyFromMap, getPropertyValue, getPropertyValue, hashCode, isAllMember, isCalculatedInQuery, isHidden, keyToString, makeUniqueName, setName, setOrderKey, setOrdinal, setOrdinals, setParentMember, setProperty, setUniqueName
 
Methods inherited from class mondrian.olap.MemberBase
computeCalculated, getAncestorMembers, getCaption, getDataMember, getDescription, getDimension, getExpression, getMemberType, getParentUniqueName, getQualifiedName, getSolveOrder, getUniqueName, isAll, isCalculated, isChildOrEqualTo, isChildOrEqualTo, isMeasure, isNull, lookupChild, lookupChild
 
Methods inherited from class mondrian.olap.OlapElementBase
clone, computeHashCode, setCaption, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RolapHierarchy.RolapNullMember

RolapHierarchy.RolapNullMember(RolapLevel level)

SourceForge.net_Logo