Uses of Class
mondrian.olap.Property
Packages that use 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
Fields in mondrian.olap declared as PropertyModifier and TypeFieldDescriptionstatic final PropertyProperty.ACTION_TYPEDefinition of the property which holds the format string.static final PropertyProperty.AGGREGATION_TYPEDefinition of the internal property which holds the aggregation type.static final PropertyProperty.BACK_COLORstatic final PropertyProperty.CAPTIONDefinition of the internal property which holds a member's caption.static final PropertyProperty.CATALOG_NAMEDefinition of the property which holds the name of the current catalog.static final PropertyProperty.CELL_EVALUATION_LISTstatic final PropertyProperty.CELL_FORMATTERDefinition of the property which holds the name of the class which formats cell values of this member.static final PropertyProperty.CELL_FORMATTER_SCRIPTDefinition of the property which holds the script with which to format cell values of this member.static final PropertyProperty.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 final PropertyProperty.CELL_ORDINALstatic final PropertyProperty.CHILDREN_CARDINALITYDefinition of the property which holds the number of children this member has.static final PropertyProperty.CONTRIBUTING_CHILDRENDeprecated.static final PropertyProperty.CUBE_NAMEDefinition of the property which holds the name of the current cube.static final PropertyProperty.DATATYPEDefinition of the property which holds the datatype of a cell.static final PropertyProperty.DEPTHDefinition of the property which holds the level depth of a member.static final PropertyProperty.DESCRIPTIONDefinition of the property which holds the description of this member.static final PropertyProperty.DIMENSION_UNIQUE_NAMEDefinition of the property which holds the unique name of the current dimension.static final PropertyProperty.DISPLAY_FOLDERDefinition of the property which holds the DISPLAY_FOLDER.static final PropertyProperty.DISPLAY_INFODefinition of the property which holds the DISPLAY_INFO required by XML/A.static final PropertyProperty.DRILLTHROUGH_COUNTDefinition of the property that holds the number of fact rows that contributed to this cell.static final PropertyProperty.FONT_FLAGSstatic final PropertyProperty.FONT_NAMEstatic final PropertyProperty.FONT_SIZEstatic final PropertyProperty.FORE_COLORstatic final PropertyProperty.FORMAT_EXPDefinition of the property which holds the format string.static final PropertyProperty.FORMAT_EXP_PARSEDDefinition of the internal property which holds the parsed format string (an object of typeExp).static final PropertyProperty.FORMAT_STRINGDefinition of the property which holds the format string used to format cell values.static final PropertyProperty.FORMATTED_VALUEDefinition of the property which holds the formatted value of a cell.static final PropertyProperty.FORMULADefinition of the internal property which returns a calculated member'sFormulaobject.static final PropertyProperty.HIERARCHY_UNIQUE_NAMEDefinition of the property which holds the unique name of the current hierarchy.static final PropertyProperty.KEYDefinition of the property which holds the key of the current member.static final PropertyProperty.LANGUAGEDefinition of the property which holds the translation expressed as an LCID.static final PropertyProperty.LEVEL_NUMBERDefinition of the property which holds the ordinal of the current level.static final PropertyProperty.LEVEL_UNIQUE_NAMEDefinition of the property which holds the unique name of the current level.static final PropertyProperty.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 final PropertyProperty.MEMBER_GUIDDefinition of the property which holds the GUID of the memberstatic final PropertyProperty.MEMBER_KEYDefinition of the property which holds the member key of the current member.static final PropertyProperty.MEMBER_NAMEDefinition of the property which holds the name of the current member.static final PropertyProperty.MEMBER_ORDINALDefinition of the property which holds the ordinal of the current member.static final PropertyProperty.MEMBER_SCOPEDefinition of the internal property which describes whether a calculated member belongs to a query or a cube.static final PropertyProperty.MEMBER_TYPEDefinition of the property which holds the type of the member.static final PropertyProperty.MEMBER_UNIQUE_NAMEDefinition of the property which holds the unique name of the current member.static final PropertyProperty.NAMEDefinition of the internal property which holds a member's name.static final PropertyProperty.NON_EMPTY_BEHAVIORstatic final PropertyProperty.PARENT_COUNTDefinition of the property which holds the number of parents that this member has.static final PropertyProperty.PARENT_LEVELDefinition of the property which holds the distance from the root of the hierarchy of this member's parent.static final PropertyProperty.PARENT_UNIQUE_NAMEDefinition of the property which holds the Name of the current catalog.static final PropertyProperty.SCENARIODefinition of the internal property which holds the scenario object underlying a member of the scenario hierarchy.static final PropertyProperty.SCHEMA_NAMEDefinition of the property which holds the name of the current schema.static final PropertyProperty.SOLVE_ORDERDefinition of the property which determines the solve order of a calculated member with respect to other calculated members.static final PropertyProperty.VALUEDefinition of the property which holds the value of a cell.static final PropertyProperty.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.Fields in mondrian.olap with type parameters of type PropertyModifier and TypeFieldDescriptionstatic final EnumeratedValues<Property>Property.enumerationProperty.mapUpperNameToPropertiesMap of upper-case names to property definitions, for case-insensitive match.Methods in mondrian.olap that return PropertyModifier 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 PropertyProperty.lookup(int ordinal) Looks up a Property with a given ordinal.static PropertyLooks up a Property with a given name.static PropertyUtil.lookupProperty(Level level, String propertyName) Finds a member property calledpropertyNameat, or above,level. -
Uses of Property in mondrian.rolap
Methods in mondrian.rolap that return PropertyModifier and TypeMethodDescriptionProperty[]RolapLevel.getInheritedProperties()Property[]DelegatingRolapMember.getProperties()Property[]RolapMemberBase.getProperties()
SchemaReader.getParentChildContributingChildren(mondrian.olap.Member, mondrian.olap.Hierarchy, java.util.List<mondrian.olap.Member>)