Uses of Enum Class
org.olap4j.metadata.Member.TreeOp
Packages that use Member.TreeOp
Package
Description
Provides the core classes and interfaces of the olap4j API for accessing and processing OLAP data.
Provides classes and interfaces for browsing an OLAP schema.
-
Uses of Member.TreeOp in org.olap4j
Method parameters in org.olap4j with type arguments of type Member.TreeOpModifier and TypeMethodDescriptionOlapDatabaseMetaData.getMembers
(String catalog, String schemaPattern, String cubeNamePattern, String dimensionUniqueName, String hierarchyUniqueName, String levelUniqueName, String memberUniqueName, Set<Member.TreeOp> treeOps) Retrieves a result set describing the Members in this database. -
Uses of Member.TreeOp in org.olap4j.metadata
Methods in org.olap4j.metadata that return Member.TreeOpModifier and TypeMethodDescriptionstatic Member.TreeOp
Returns the enum constant of this class with the specified name.static Member.TreeOp[]
Member.TreeOp.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.olap4j.metadata that return types with arguments of type Member.TreeOpModifier and TypeMethodDescriptionstatic XmlaConstant.Dictionary
<Member.TreeOp> Member.TreeOp.getDictionary()
PerXmlaConstant
, returns a dictionary of all values of this enumeration.Method parameters in org.olap4j.metadata with type arguments of type Member.TreeOpModifier and TypeMethodDescriptionCube.lookupMembers
(Set<Member.TreeOp> treeOps, List<IdentifierSegment> nameParts) Finds a collection of members in the current Cube related to a given member.