Package | Description |
---|---|
mondrian.olap |
Mondrian's core package, this defines connections and the catalog metamodel,
and allows you to execute queries.
|
mondrian.olap.fun |
Defines the set of MDX built-in functions.
|
mondrian.rolap |
Implements the data access layer for the olap package.
|
Modifier and Type | Method and Description |
---|---|
Member.MemberType |
MemberBase.getMemberType() |
Member.MemberType |
Member.getMemberType()
Returns the type of member.
|
static Member.MemberType |
Member.MemberType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Member.MemberType[] |
Member.MemberType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
MemberBase.computeCalculated(Member.MemberType memberType)
Computes the value to be returned by
MemberBase.isCalculated() , so it can
be cached in a variable. |
Constructor and Description |
---|
MemberBase(Member parentMember,
Level level,
Member.MemberType memberType) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
VisualTotalsFunDef.VisualTotalMember.computeCalculated(Member.MemberType memberType) |
Modifier and Type | Method and Description |
---|---|
Member.MemberType |
DelegatingRolapMember.getMemberType() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
RolapCalculatedMember.computeCalculated(Member.MemberType memberType) |
protected boolean |
RolapHierarchy.LimitedRollupMember.computeCalculated(Member.MemberType memberType) |
Constructor and Description |
---|
RolapMemberBase(RolapMember parentMember,
RolapLevel level,
Object key,
String name,
Member.MemberType memberType)
Creates a RolapMemberBase.
|
Copyright © 2018 Hitachi Vantara. All rights reserved.