com.tonbeller.jpivot.test.olap
Class TestMdxQuery

java.lang.Object
  extended by com.tonbeller.jpivot.core.ExtensionSupport
      extended by com.tonbeller.jpivot.test.olap.TestExtensionSupport
          extended by com.tonbeller.jpivot.test.olap.TestMdxQuery
All Implemented Interfaces:
Extension, MdxQuery

public class TestMdxQuery
extends TestExtensionSupport
implements MdxQuery

Created on 06.12.2002

Author:
av

Field Summary
 
Fields inherited from interface com.tonbeller.jpivot.olap.navi.MdxQuery
ID
 
Constructor Summary
TestMdxQuery()
           
 
Method Summary
 java.lang.String getMdxQuery()
          returns the current (valid) mdx query
 void setMdxQuery(java.lang.String mdxQuery)
          sets the mdx from user input
 
Methods inherited from class com.tonbeller.jpivot.test.olap.TestExtensionSupport
fireModelChanged, model
 
Methods inherited from class com.tonbeller.jpivot.core.ExtensionSupport
decorate, getId, getModel, modelInitialized, setId, setModel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.tonbeller.jpivot.core.Extension
decorate, getId, modelInitialized, setModel
 

Constructor Detail

TestMdxQuery

public TestMdxQuery()
Method Detail

getMdxQuery

public java.lang.String getMdxQuery()
Description copied from interface: MdxQuery
returns the current (valid) mdx query

Specified by:
getMdxQuery in interface MdxQuery
Returns:
String

setMdxQuery

public void setMdxQuery(java.lang.String mdxQuery)
Description copied from interface: MdxQuery
sets the mdx from user input

Specified by:
setMdxQuery in interface MdxQuery
Parameters:
mdxQuery - the query to set
See Also:
MdxQuery.setMdxQuery(String)