Package org.olap4j.metadata

Provides classes and interfaces for browsing an OLAP schema.

See:
          Description

Interface Summary
Catalog Highest level element in the hierarchy of metadata objects.
Cube Central metadata object for representation of multidimensional data.
Dimension An organized hierarchy of categories, known as levels, that describes data in a cube.
Hierarchy An organization of the set of Members in a Dimension and their positions relative to one another.
Level Group of Member objects in a Hierarchy, all with the same attributes and at the same depth in the hierarchy.
Measure Data value of primary interest to the user browsing the cube.
Member Member is a data value in an OLAP Dimension.
MetadataElement An element which describes the structure of an OLAP schema.
NamedList<E> Extension to List which allows access to members of the list by name as well as by ordinal.
NamedSet Metadata object describing a named set defined against a Cube.
Property Definition of a property of a Member or Cell.
Schema A collection of database objects that contain structural information, or metadata, about a database.
 

Enum Summary
Datatype Enumeration of the allowable data types of a Property or Measure.
Dimension.Type Enumeration of the types of a Dimension.
Level.Type Enumeration of the types of a Level.
Measure.Aggregator Enumeration of the aggregate functions which can be used to derive a Measure.
Member.TreeOp Enumeration of tree operations which can be used when querying members.
Member.Type Enumeration of types of members.
Property.ContentType Enumeration of the types of a Property.
Property.StandardCellProperty Enumeration of the system properties available for every Cell.
Property.StandardMemberProperty Enumeration of the system properties available for every Member.
Property.TypeFlag Enumeration of aspects of the type of a Property.
 

Package org.olap4j.metadata Description

Provides classes and interfaces for browsing an OLAP schema.

Schemas have a hierarchical structure:


SourceForge.net_Logo