Package org.olap4j.metadata
Interface NamedSet
-
- All Superinterfaces:
MetadataElement
public interface NamedSet extends MetadataElement
Metadata object describing a named set defined against aCube
.- Since:
- Oct 24, 2006
- Author:
- jhyde
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Cube
getCube()
Returns theCube
that thisNamedSet
belongs to.ParseTreeNode
getExpression()
Returns the expression which gives the value of this NamedSet.-
Methods inherited from interface org.olap4j.metadata.MetadataElement
getCaption, getDescription, getName, getUniqueName, isVisible
-
-
-
-
Method Detail
-
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
-
-