| 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_TYPEDefinition of the property which
 holds the format string. | 
| static Property | Property. AGGREGATION_TYPEDefinition of the internal property which
 holds the aggregation type. | 
| static Property | Property. BACK_COLOR | 
| static Property | Property. CAPTIONDefinition of the internal property which
 holds a member's caption. | 
| static Property | Property. CATALOG_NAMEDefinition of the property which
 holds the name of the current catalog. | 
| static Property | Property. CELL_EVALUATION_LIST | 
| static Property | Property. CELL_FORMATTERDefinition of the property which holds the
 name of the class which formats cell values of this member. | 
| static Property | Property. CELL_FORMATTER_SCRIPTDefinition of the property which holds the
 script with which to format cell values of this member. | 
| static Property | Property. CELL_FORMATTER_SCRIPT_LANGUAGEDefinition 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_CARDINALITYDefinition of the property which holds the
 number of children this member has. | 
| static Property | Property. CONTRIBUTING_CHILDRENDeprecated. 
 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_NAMEDefinition of the property which
 holds the name of the current cube. | 
| static Property | Property. DATATYPEDefinition of the property which
 holds the datatype of a cell. | 
| static Property | Property. DEPTHDefinition of the property which
 holds the level depth of a member. | 
| static Property | Property. DESCRIPTIONDefinition of the property which holds the
 description of this member. | 
| static Property | Property. DIMENSION_UNIQUE_NAMEDefinition of the property which
 holds the unique name of the current dimension. | 
| static Property | Property. DISPLAY_FOLDERDefinition of the property which
 holds the DISPLAY_FOLDER. | 
| static Property | Property. DISPLAY_INFODefinition of the property which
 holds the DISPLAY_INFO required by XML/A. | 
| static Property | Property. DRILLTHROUGH_COUNTDefinition 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_EXPDefinition of the property which
 holds the format string. | 
| static Property | Property. FORMAT_EXP_PARSEDDefinition of the internal property which
 holds the parsed format string (an object of type  Exp). | 
| static Property | Property. FORMAT_STRINGDefinition of the property which
 holds the format string used to format cell values. | 
| static Property | Property. FORMATTED_VALUEDefinition of the property which
 holds the formatted value of a cell. | 
| static Property | Property. FORMULADefinition of the internal property which
 returns a calculated member's  Formulaobject. | 
| static Property | Property. HIERARCHY_UNIQUE_NAMEDefinition of the property which
 holds the unique name of the current hierarchy. | 
| static Property | Property. KEYDefinition of the property which
 holds the key of the current member. | 
| static Property | Property. LANGUAGEDefinition of the property which
 holds the translation expressed as an LCID. | 
| static Property | Property. LEVEL_NUMBERDefinition of the property which
 holds the ordinal of the current level. | 
| static Property | Property. LEVEL_UNIQUE_NAMEDefinition of the property which
 holds the unique name of the current level. | 
| static Property | Property. MEMBER_CAPTIONDefinition 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_GUIDDefinition of the property which
 holds the GUID of the member | 
| static Property | Property. MEMBER_KEYDefinition of the property which
 holds the member key of the current member. | 
| static Property | Property. MEMBER_NAMEDefinition of the property which
 holds the name of the current member. | 
| static Property | Property. MEMBER_ORDINALDefinition of the property which
 holds the ordinal of the current member. | 
| static Property | Property. MEMBER_SCOPEDefinition of the internal property which
 describes whether a calculated member belongs to a query or a cube. | 
| static Property | Property. MEMBER_TYPEDefinition of the property which
 holds the type of the member. | 
| static Property | Property. MEMBER_UNIQUE_NAMEDefinition of the property which
 holds the unique name of the current member. | 
| static Property | Property. NAMEDefinition of the internal property which
 holds a member's name. | 
| static Property | Property. NON_EMPTY_BEHAVIOR | 
| static Property | Property. PARENT_COUNTDefinition of the property which holds the
 number of parents that this member has. | 
| static Property | Property. PARENT_LEVELDefinition of the property which holds the
 distance from the root of the hierarchy of this member's parent. | 
| static Property | Property. PARENT_UNIQUE_NAMEDefinition of the property which holds the
 Name of the current catalog. | 
| static Property | Property. SCENARIODefinition of the internal property which
 holds the scenario object underlying a member of the scenario hierarchy. | 
| static Property | Property. SCHEMA_NAMEDefinition of the property which
 holds the name of the current schema. | 
| static Property | Property. SOLVE_ORDERDefinition of the property which
 determines the solve order of a calculated member with respect to other
 calculated members. | 
| static Property | Property. VALUEDefinition of the property which
 holds the value of a cell. | 
| static Property | Property. VISIBLEDefinition 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. mapUpperNameToPropertiesMap 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[] | Member. getProperties()Returns the definitions of the properties this member may have. | 
| Property[] | Level. getProperties()Returns properties defined against this level. | 
| 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  propertyNameat, or above,level. | 
| Modifier and Type | Method and Description | 
|---|---|
| Property[] | RolapLevel. getInheritedProperties() | 
| Property[] | RolapMemberBase. getProperties() | 
| Property[] | DelegatingRolapMember. getProperties() | 
Copyright © 2021 Hitachi Vantara. All rights reserved.