mondrian.olap
Interface NamedSet

All Superinterfaces:
OlapElement
All Known Implementing Classes:
SetBase

public interface NamedSet
extends OlapElement

A named set of members or tuples.

A set can be defined in a query, using a WITH SET clause, or in a schema. Named sets in a schema can be defined against a particular cube or virtual cube, or shared between all cubes.

Since:
6 August, 2001
Author:
jhyde
 

Method Summary
 Exp getExp()
          Returns the expression used to derive this named set.
 Type getType()
          Returns the type of this named set.
 void setName(String newName)
          Sets the name of this named set.
 NamedSet validate(Validator validator)
           
 
Methods inherited from interface mondrian.olap.OlapElement
getCaption, getDescription, getDimension, getHierarchy, getName, getQualifiedName, getUniqueName, lookupChild, lookupChild
 

Method Detail

setName

void setName(String newName)
Sets the name of this named set.


getType

Type getType()
Returns the type of this named set.


getExp

Exp getExp()
Returns the expression used to derive this named set.


validate

NamedSet validate(Validator validator)

SourceForge.net_Logo