Package mondrian.olap4j
Class MondrianOlap4jNamedSet
- java.lang.Object
-
- mondrian.olap4j.MondrianOlap4jMetadataElement
-
- mondrian.olap4j.MondrianOlap4jNamedSet
-
- All Implemented Interfaces:
org.olap4j.impl.Named,MetadataElement,NamedSet,OlapWrapper
class MondrianOlap4jNamedSet extends MondrianOlap4jMetadataElement implements NamedSet, org.olap4j.impl.Named
Implementation ofNamedSetfor the Mondrian OLAP engine.- Since:
- Nov 12, 2007
- Author:
- jhyde
-
-
Constructor Summary
Constructors Constructor Description MondrianOlap4jNamedSet(MondrianOlap4jCube olap4jCube, NamedSet namedSet)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCaption()CubegetCube()StringgetDescription()ParseTreeNodegetExpression()StringgetName()protected OlapElementgetOlapElement()Returns the Mondrian metadata element inside this wrapper, or null if there is none.StringgetUniqueName()booleanisVisible()-
Methods inherited from class mondrian.olap4j.MondrianOlap4jMetadataElement
isWrapperFor, unwrap, unwrapImpl
-
-
-
-
Constructor Detail
-
MondrianOlap4jNamedSet
MondrianOlap4jNamedSet(MondrianOlap4jCube olap4jCube, NamedSet namedSet)
-
-
Method Detail
-
getExpression
public ParseTreeNode getExpression()
- Specified by:
getExpressionin interfaceNamedSet
-
getName
public String getName()
- Specified by:
getNamein interfaceMetadataElement- Specified by:
getNamein interfaceorg.olap4j.impl.Named
-
getUniqueName
public String getUniqueName()
- Specified by:
getUniqueNamein interfaceMetadataElement
-
getCaption
public String getCaption()
- Specified by:
getCaptionin interfaceMetadataElement
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceMetadataElement
-
isVisible
public boolean isVisible()
- Specified by:
isVisiblein interfaceMetadataElement
-
getOlapElement
protected OlapElement getOlapElement()
Description copied from class:MondrianOlap4jMetadataElementReturns the Mondrian metadata element inside this wrapper, or null if there is none.- Specified by:
getOlapElementin classMondrianOlap4jMetadataElement- Returns:
- The Mondrian metadata element, if any
-
-