Package | Description |
---|---|
mondrian.olap |
Mondrian's core package, this defines connections and the catalog metamodel,
and allows you to execute queries.
|
mondrian.rolap |
Implements the data access layer for the olap package.
|
Modifier and Type | Field and Description |
---|---|
static Property |
Property.ACTION_TYPE
Definition of the property which
holds the format string.
|
static Property |
Property.AGGREGATION_TYPE
Definition of the internal property which
holds the aggregation type.
|
static Property |
Property.BACK_COLOR |
static Property |
Property.CAPTION
Definition of the internal property which
holds a member's caption.
|
static Property |
Property.CATALOG_NAME
Definition of the property which
holds the name of the current catalog.
|
static Property |
Property.CELL_EVALUATION_LIST |
static Property |
Property.CELL_FORMATTER
Definition of the property which holds the
name of the class which formats cell values of this member.
|
static Property |
Property.CELL_FORMATTER_SCRIPT
Definition of the property which holds the
script with which to format cell values of this member.
|
static Property |
Property.CELL_FORMATTER_SCRIPT_LANGUAGE
Definition of the property which holds the
name of the scripting language in which a scripted cell formatter is
implemented, e.g.
|
static Property |
Property.CELL_ORDINAL |
static Property |
Property.CHILDREN_CARDINALITY
Definition of the property which holds the
number of children this member has.
|
static Property |
Property.CONTRIBUTING_CHILDREN
Deprecated.
Property is not used and will be removed in mondrian-4.0;
use
SchemaReader.getParentChildContributingChildren(mondrian.olap.Member, mondrian.olap.Hierarchy, java.util.List<mondrian.olap.Member>) |
static Property |
Property.CUBE_NAME
Definition of the property which
holds the name of the current cube.
|
static Property |
Property.DATATYPE
Definition of the property which
holds the datatype of a cell.
|
static Property |
Property.DEPTH
Definition of the property which
holds the level depth of a member.
|
static Property |
Property.DESCRIPTION
Definition of the property which holds the
description of this member.
|
static Property |
Property.DIMENSION_UNIQUE_NAME
Definition of the property which
holds the unique name of the current dimension.
|
static Property |
Property.DISPLAY_FOLDER
Definition of the property which
holds the DISPLAY_FOLDER.
|
static Property |
Property.DISPLAY_INFO
Definition of the property which
holds the DISPLAY_INFO required by XML/A.
|
static Property |
Property.DRILLTHROUGH_COUNT
Definition of the property that
holds the number of fact rows that contributed to this cell.
|
static Property |
Property.FONT_FLAGS |
static Property |
Property.FONT_NAME |
static Property |
Property.FONT_SIZE |
static Property |
Property.FORE_COLOR |
static Property |
Property.FORMAT_EXP
Definition of the property which
holds the format string.
|
static Property |
Property.FORMAT_EXP_PARSED
Definition of the internal property which
holds the parsed format string (an object of type
Exp ). |
static Property |
Property.FORMAT_STRING
Definition of the property which
holds the format string used to format cell values.
|
static Property |
Property.FORMATTED_VALUE
Definition of the property which
holds the formatted value of a cell.
|
static Property |
Property.FORMULA
Definition of the internal property which
returns a calculated member's
Formula object. |
static Property |
Property.HIERARCHY_UNIQUE_NAME
Definition of the property which
holds the unique name of the current hierarchy.
|
static Property |
Property.KEY
Definition of the property which
holds the key of the current member.
|
static Property |
Property.LANGUAGE
Definition of the property which
holds the translation expressed as an LCID.
|
static Property |
Property.LEVEL_NUMBER
Definition of the property which
holds the ordinal of the current level.
|
static Property |
Property.LEVEL_UNIQUE_NAME
Definition of the property which
holds the unique name of the current level.
|
static Property |
Property.MEMBER_CAPTION
Definition of the property which
holds the label or caption associated with the member, or the
member's name if no caption is defined.
|
static Property |
Property.MEMBER_GUID
Definition of the property which
holds the GUID of the member
|
static Property |
Property.MEMBER_KEY
Definition of the property which
holds the member key of the current member.
|
static Property |
Property.MEMBER_NAME
Definition of the property which
holds the name of the current member.
|
static Property |
Property.MEMBER_ORDINAL
Definition of the property which
holds the ordinal of the current member.
|
static Property |
Property.MEMBER_SCOPE
Definition of the internal property which
describes whether a calculated member belongs to a query or a cube.
|
static Property |
Property.MEMBER_TYPE
Definition of the property which
holds the type of the member.
|
static Property |
Property.MEMBER_UNIQUE_NAME
Definition of the property which
holds the unique name of the current member.
|
static Property |
Property.NAME
Definition of the internal property which
holds a member's name.
|
static Property |
Property.NON_EMPTY_BEHAVIOR |
static Property |
Property.PARENT_COUNT
Definition of the property which holds the
number of parents that this member has.
|
static Property |
Property.PARENT_LEVEL
Definition of the property which holds the
distance from the root of the hierarchy of this member's parent.
|
static Property |
Property.PARENT_UNIQUE_NAME
Definition of the property which holds the
Name of the current catalog.
|
static Property |
Property.SCENARIO
Definition of the internal property which
holds the scenario object underlying a member of the scenario hierarchy.
|
static Property |
Property.SCHEMA_NAME
Definition of the property which
holds the name of the current schema.
|
static Property |
Property.SOLVE_ORDER
Definition of the property which
determines the solve order of a calculated member with respect to other
calculated members.
|
static Property |
Property.VALUE
Definition of the property which
holds the value of a cell.
|
static Property |
Property.VISIBLE
Definition of the internal property which holds the
name of the system property which determines whether to show a member
(especially a measure or calculated member) in a user interface such as
JPivot.
|
Modifier and Type | Field and Description |
---|---|
static EnumeratedValues<Property> |
Property.enumeration |
static Map<String,Property> |
Property.mapUpperNameToProperties
Map of upper-case names to property definitions, for case-insensitive
match.
|
Modifier and Type | Method and Description |
---|---|
Property[] |
Level.getInheritedProperties()
Returns properties defined against this level and parent levels.
|
Property[] |
Level.getProperties()
Returns properties defined against this level.
|
Property[] |
Member.getProperties()
Returns the definitions of the properties this member may have.
|
static Property |
Property.lookup(int ordinal)
Looks up a Property with a given ordinal.
|
static Property |
Property.lookup(String name,
boolean matchCase)
Looks up a Property with a given name.
|
static Property |
Util.lookupProperty(Level level,
String propertyName)
Finds a member property called
propertyName at, or above,
level . |
Modifier and Type | Method and Description |
---|---|
Property[] |
RolapLevel.getInheritedProperties() |
Property[] |
RolapMemberBase.getProperties() |
Property[] |
DelegatingRolapMember.getProperties() |
Copyright © 2019 Hitachi Vantara. All rights reserved.