Skip navigation links

Oracle® OLAP Java API Reference
11g Release 2 (11.2)

E10794-06


oracle.olapi.syntax
Class SolveStepCommand

java.lang.Object
  extended by oracle.olapi.syntax.SyntaxObject
      extended by oracle.olapi.syntax.BuildCommand
          extended by oracle.olapi.syntax.SimpleCommand
              extended by oracle.olapi.syntax.SolveStepCommand

Direct Known Subclasses:
AggregationCommand

public abstract class SolveStepCommand
extends SimpleCommand

An abstract SimpleCommand that specifes a function that is one step in the operations that calculate the data for the measures of an MdmCube. The methods of a SolveStepCommand return information about the function.


Method Summary
 FunctionArgument[] getArguments()
          Gets the arguments for the function specified by the SolveStepCommand.
 FunctionDescriptor getFunctionDescriptor()
          Gets the FunctionDescriptor for the function that the SolveStepCommand specifies.
 java.lang.String getFunctionName()
          Gets the name of the function that the SolveStepCommand specifies.

 

Methods inherited from class oracle.olapi.syntax.SyntaxObject
equals, equals, fromSyntax, fromSyntax, fromSyntax, fromSyntax, fromSyntax, isValid, toSyntax, toSyntax, toSyntax, toSyntax, toSyntax, toSyntax, visit

 

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

 

Method Detail

getArguments

public FunctionArgument[] getArguments()
Gets the arguments for the function specified by the SolveStepCommand.
Returns:
An array of the FunctionArgument objects of the SolveStepCommand.

getFunctionDescriptor

public FunctionDescriptor getFunctionDescriptor()
Gets the FunctionDescriptor for the function that the SolveStepCommand specifies.
Returns:
The FunctionDescriptor for the function of the SolveStepCommand.

getFunctionName

public java.lang.String getFunctionName()
Gets the name of the function that the SolveStepCommand specifies.
Returns:
A String that contains the name of the function of the SolveStepCommand.

Skip navigation links

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