Package org.olap4j.metadata
Interface NamedSet
- All Superinterfaces:
MetadataElement
Metadata object describing a named set defined against a
Cube
.- Since:
- Oct 24, 2006
- Author:
- jhyde
-
Method Summary
Modifier and TypeMethodDescriptiongetCube()
Returns theCube
that thisNamedSet
belongs to.Returns the expression which gives the value of this NamedSet.Methods inherited from interface org.olap4j.metadata.MetadataElement
getCaption, getDescription, getName, getUniqueName, isVisible
-
Method Details
-
getCube
Cube getCube()Returns theCube
that thisNamedSet
belongs to.- Returns:
- cube this named set belongs to
-
getExpression
ParseTreeNode getExpression()Returns the expression which gives the value of this NamedSet.- Returns:
- expression
-