Skip navigation links

Oracle® OLAP Java API Reference
11g Release 1 (11.1)

B28128-01


oracle.olapi.metadata.mtm
Class MtmFirstLastAggregationStep

java.lang.Object
  extended by oracle.olapi.metadata.BaseMetadataObject
      extended by oracle.olapi.metadata.mtm.MtmObject
          extended by oracle.olapi.metadata.mtm.MtmAggregationStep
              extended by oracle.olapi.metadata.mtm.MtmFirstLastAggregationStep

All Implemented Interfaces:
MetadataObject

Deprecated. As of Oracle 11g, Release 1 (11.1); replaced by AggregationCommand.

public class MtmFirstLastAggregationStep
extends MtmAggregationStep

Field Summary
static int FIRST
          Deprecated. As of Oracle 11g, Release 1 (11.1); replaced by AggregationCommand.
static int LAST
          Deprecated. As of Oracle 11g, Release 1 (11.1); replaced by AggregationCommand.

 

Method Summary
 java.lang.Object acceptVisitor(MtmObjectVisitor visitor, java.lang.Object context)
          Deprecated. As of Oracle 11g, Release 1 (11.1); replaced by AggregationCommand.
 int getAggregationType()
          Deprecated. As of Oracle 11g, Release 1 (11.1); replaced by AggregationCommand.
 boolean isHierarchical()
          Deprecated. As of Oracle 11g, Release 1 (11.1); replaced by AggregationCommand.
 void setAggregationType(int aggregationType)
          Deprecated. As of Oracle 11g, Release 1 (11.1); replaced by AggregationCommand.
 void setIsHierarchical(boolean isHierarchical)
          Deprecated. As of Oracle 11g, Release 1 (11.1); replaced by AggregationCommand.

 

Methods inherited from class oracle.olapi.metadata.mtm.MtmAggregationStep
addDimensionMap, getDimensionMaps, removeDimensionMap

 

Methods inherited from class oracle.olapi.metadata.mtm.MtmObject
getMetadataProvider

 

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

 

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

 

Field Detail

FIRST

public static final int FIRST
Deprecated. As of Oracle 11g, Release 1 (11.1); replaced by AggregationCommand.
See Also:
Constant Field Values

LAST

public static final int LAST
Deprecated. As of Oracle 11g, Release 1 (11.1); replaced by AggregationCommand.
See Also:
Constant Field Values

Method Detail

acceptVisitor

public java.lang.Object acceptVisitor(MtmObjectVisitor visitor,
                                      java.lang.Object context)
Deprecated. As of Oracle 11g, Release 1 (11.1); replaced by AggregationCommand.
Specified by:
acceptVisitor in class MtmObject

isHierarchical

public boolean isHierarchical()
Deprecated. As of Oracle 11g, Release 1 (11.1); replaced by AggregationCommand.

getAggregationType

public int getAggregationType()
Deprecated. As of Oracle 11g, Release 1 (11.1); replaced by AggregationCommand.

setIsHierarchical

public void setIsHierarchical(boolean isHierarchical)
Deprecated. As of Oracle 11g, Release 1 (11.1); replaced by AggregationCommand.

setAggregationType

public void setAggregationType(int aggregationType)
Deprecated. As of Oracle 11g, Release 1 (11.1); replaced by AggregationCommand.

Skip navigation links

Copyright © 2002, 2007, Oracle. All rights reserved.