oracle.olapi.metadata.mtm
Class MtmNoAggregationStep
java.lang.Object
|
+--oracle.olapi.metadata.BaseMetadataObject
|
+--oracle.olapi.metadata.mtm.MtmObject
|
+--oracle.olapi.metadata.mtm.MtmAggregationStep
|
+--oracle.olapi.metadata.mtm.MtmNoAggregationStep
- public class MtmNoAggregationStep
- extends MtmAggregationStep
An MtmAggregationStep
that specifies that Oracle OLAP does not aggregate the leaf-level measure data to the higher levels of the hierarchy of a dimension of the MtmAggregationStep
. Therefore, the measure values specified by the leaf-level elements of the dimensions are the values in the fact table, or null
if no value is present in the table. A measure value specified by a node-level dimension element is always null
.
You can create an instance of this class with the createMtmNoAggregationStep
method of an MtmObjectFactory
.
Method Summary |
java.lang.Object |
acceptVisitor(MtmObjectVisitor visitor, java.lang.Object context)
Calls the visitMtmNoAggregationStep method of the specified MtmObjectVisitor and passes that method this MtmNoAggregationStep and the specified context object. |
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
visitMtmNoAggregationStep
method of the specified MtmObjectVisitor
and passes that method this MtmNoAggregationStep
and the specified context
object.
-
- Overrides:
- acceptVisitor in class MtmObject
-
- Parameters:
visitor
- An MtmObjectVisitor
.
context
- An Object
.
- Returns:
- The
Object
returned by the visitMtmNoAggregationStep
method.
Copyright © 2002, 2005, Oracle. All rights reserved.