Uses of Class
mondrian.olap.Property
Package
Description
Mondrian's core package, this defines connections and the catalog metamodel,
and allows you to execute queries.
Implements the data access layer for the olap package.
-
Uses of Property in mondrian.olap
Modifier and TypeFieldDescriptionstatic final Property
Property.ACTION_TYPE
Definition of the property which holds the format string.static final Property
Property.AGGREGATION_TYPE
Definition of the internal property which holds the aggregation type.static final Property
Property.BACK_COLOR
static final Property
Property.CAPTION
Definition of the internal property which holds a member's caption.static final Property
Property.CATALOG_NAME
Definition of the property which holds the name of the current catalog.static final Property
Property.CELL_EVALUATION_LIST
static final Property
Property.CELL_FORMATTER
Definition of the property which holds the name of the class which formats cell values of this member.static final Property
Property.CELL_FORMATTER_SCRIPT
Definition of the property which holds the script with which to format cell values of this member.static final 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 final Property
Property.CELL_ORDINAL
static final Property
Property.CHILDREN_CARDINALITY
Definition of the property which holds the number of children this member has.static final Property
Property.CONTRIBUTING_CHILDREN
Deprecated.static final Property
Property.CUBE_NAME
Definition of the property which holds the name of the current cube.static final Property
Property.DATATYPE
Definition of the property which holds the datatype of a cell.static final Property
Property.DEPTH
Definition of the property which holds the level depth of a member.static final Property
Property.DESCRIPTION
Definition of the property which holds the description of this member.static final Property
Property.DIMENSION_UNIQUE_NAME
Definition of the property which holds the unique name of the current dimension.static final Property
Property.DISPLAY_FOLDER
Definition of the property which holds the DISPLAY_FOLDER.static final Property
Property.DISPLAY_INFO
Definition of the property which holds the DISPLAY_INFO required by XML/A.static final Property
Property.DRILLTHROUGH_COUNT
Definition of the property that holds the number of fact rows that contributed to this cell.static final Property
Property.FONT_FLAGS
static final Property
Property.FONT_NAME
static final Property
Property.FONT_SIZE
static final Property
Property.FORE_COLOR
static final Property
Property.FORMAT_EXP
Definition of the property which holds the format string.static final Property
Property.FORMAT_EXP_PARSED
Definition of the internal property which holds the parsed format string (an object of typeExp
).static final Property
Property.FORMAT_STRING
Definition of the property which holds the format string used to format cell values.static final Property
Property.FORMATTED_VALUE
Definition of the property which holds the formatted value of a cell.static final Property
Property.FORMULA
Definition of the internal property which returns a calculated member'sFormula
object.static final Property
Property.HIERARCHY_UNIQUE_NAME
Definition of the property which holds the unique name of the current hierarchy.static final Property
Property.KEY
Definition of the property which holds the key of the current member.static final Property
Property.LANGUAGE
Definition of the property which holds the translation expressed as an LCID.static final Property
Property.LEVEL_NUMBER
Definition of the property which holds the ordinal of the current level.static final Property
Property.LEVEL_UNIQUE_NAME
Definition of the property which holds the unique name of the current level.static final 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 final Property
Property.MEMBER_GUID
Definition of the property which holds the GUID of the memberstatic final Property
Property.MEMBER_KEY
Definition of the property which holds the member key of the current member.static final Property
Property.MEMBER_NAME
Definition of the property which holds the name of the current member.static final Property
Property.MEMBER_ORDINAL
Definition of the property which holds the ordinal of the current member.static final Property
Property.MEMBER_SCOPE
Definition of the internal property which describes whether a calculated member belongs to a query or a cube.static final Property
Property.MEMBER_TYPE
Definition of the property which holds the type of the member.static final Property
Property.MEMBER_UNIQUE_NAME
Definition of the property which holds the unique name of the current member.static final Property
Property.NAME
Definition of the internal property which holds a member's name.static final Property
Property.NON_EMPTY_BEHAVIOR
static final Property
Property.PARENT_COUNT
Definition of the property which holds the number of parents that this member has.static final Property
Property.PARENT_LEVEL
Definition of the property which holds the distance from the root of the hierarchy of this member's parent.static final Property
Property.PARENT_UNIQUE_NAME
Definition of the property which holds the Name of the current catalog.static final Property
Property.SCENARIO
Definition of the internal property which holds the scenario object underlying a member of the scenario hierarchy.static final Property
Property.SCHEMA_NAME
Definition of the property which holds the name of the current schema.static final Property
Property.SOLVE_ORDER
Definition of the property which determines the solve order of a calculated member with respect to other calculated members.static final Property
Property.VALUE
Definition of the property which holds the value of a cell.static final 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 TypeFieldDescriptionstatic final EnumeratedValues<Property>
Property.enumeration
Property.mapUpperNameToProperties
Map of upper-case names to property definitions, for case-insensitive match.Modifier and TypeMethodDescriptionProperty[]
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
Looks up a Property with a given name.static Property
Util.lookupProperty
(Level level, String propertyName) Finds a member property calledpropertyName
at, or above,level
. -
Uses of Property in mondrian.rolap
Modifier and TypeMethodDescriptionProperty[]
RolapLevel.getInheritedProperties()
Property[]
DelegatingRolapMember.getProperties()
Property[]
RolapMemberBase.getProperties()
SchemaReader.getParentChildContributingChildren(mondrian.olap.Member, mondrian.olap.Hierarchy, java.util.List<mondrian.olap.Member>)