org.olap4j.metadata
Interface NamedSet

All Superinterfaces:
MetadataElement

public interface NamedSet
extends MetadataElement

Metadata object describing a named set defined against a Cube.

Since:
Oct 24, 2006
Version:
$Id: NamedSet.java 482 2012-01-05 23:27:27Z jhyde $
Author:
jhyde

Method Summary
 Cube getCube()
          Returns the Cube that this NamedSet 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 the Cube that this NamedSet belongs to.

Returns:
cube this named set belongs to

getExpression

ParseTreeNode getExpression()
Returns the expression which gives the value of this NamedSet.

Returns:
expression

SourceForge.net_Logo