Oracle OLAP Java API Reference
10g Release 1 (10.1)

B10994-01

oracle.olapi.metadata.mtm
Class MtmAWColumnExpression

java.lang.Object
  |
  +--oracle.olapi.metadata.BaseMetadataObject
        |
        +--oracle.olapi.metadata.mtm.MtmObject
              |
              +--oracle.olapi.metadata.mtm.MtmExpression
                    |
                    +--oracle.olapi.metadata.mtm.MtmValueExpression
                          |
                          +--oracle.olapi.metadata.mtm.MtmColumnExpression
                                |
                                +--oracle.olapi.metadata.mtm.MtmAWColumnExpression

public class MtmAWColumnExpression
extends MtmColumnExpression

An MtmColumnExpression that is based on a single column in a relational table or view for an analytic workspace.


Method Summary
 java.lang.Object acceptVisitor(MtmObjectVisitor visitor, java.lang.Object context)
          Calls the visitMtmAWColumnExpression method of the specified MtmObjectVisitor and passes that method this MtmAWColumnExpression and the specified context object.
 java.lang.String getAWObjectName()
          Gets the name of the analytic workspace for which a view has the column for this MtmAWColumnExpression.
 void setAWObjectName(java.lang.String newAWName)
          Specifies the name of the analytic workspace for which a view has the column for this MtmAWColumnExpression.

 

Methods inherited from class oracle.olapi.metadata.mtm.MtmColumnExpression
getColumnName, getTable, setColumnName, setTable

 

Methods inherited from class oracle.olapi.metadata.mtm.MtmValueExpression
getDataType, setDataType

 

Methods inherited from class oracle.olapi.metadata.BaseMetadataObject
getID

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

acceptVisitor

public java.lang.Object acceptVisitor(MtmObjectVisitor visitor,
                                      java.lang.Object context)
Calls the visitMtmAWColumnExpression method of the specified MtmObjectVisitor and passes that method this MtmAWColumnExpression and the specified context object.
Parameters:
visitor - An MtmObjectVisitor.
context - An Object.
Returns:
The Object returned by the visitMtmAWColumnExpression method.
Overrides:
acceptVisitor in class MtmObject

getAWObjectName

public java.lang.String getAWObjectName()
Gets the name of the analytic workspace for which a view has the column for this MtmAWColumnExpression.
Returns:
A String that contains the name of the analytic workspace.

setAWObjectName

public void setAWObjectName(java.lang.String newAWName)
Specifies the name of the analytic workspace for which a view has the column for this MtmAWColumnExpression.
Parameters:
newAWName - A String that specifies a name for the analytic workspace with the view that has the column for this MtmAWColumnExpression.

Oracle OLAP Java API Reference
10g Release 1 (10.1)

B10994-01

Copyright © 2002, 2003, Oracle. All Rights Reserved.