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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
-
- Overrides:
- acceptVisitor in class MtmObject
-
- Parameters:
visitor
- An MtmObjectVisitor
.
context
- An Object
.
- Returns:
- The
Object
returned by the visitMtmAWColumnExpression
method.
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
.
Copyright © 2002, 2005, Oracle. All rights reserved.