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 229 2009-05-08 19:11:29Z 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
 

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