Skip navigation links

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

B28128-01


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, AllocationCommand

public abstract class SolveStepCommand
extends SimpleCommand

An abstract SimpleCommand that contains arguments for one step in the operations that calculate the data for a BuildItem.


Method Summary
 FunctionArgument[] getArguments()
          Gets the function arguments contained by this SolveStepCommand.
 FunctionDescriptor getFunctionDescriptor()
          Gets the function descriptor associated with this SolveStepCommand.
 java.lang.String getFunctionName()
          Gets the name of the function for this SolveStepCommand.

 

Methods inherited from class oracle.olapi.syntax.SyntaxObject
fromSyntax, fromSyntax, fromSyntax, fromSyntax, fromSyntax, isValid, 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 function arguments contained by this SolveStepCommand.
Returns:
An array of the FunctionArgument of this SolveStepCommand.

getFunctionDescriptor

public FunctionDescriptor getFunctionDescriptor()
Gets the function descriptor associated with this SolveStepCommand.
Returns:
The FunctionArgument for this SolveStepCommand.

getFunctionName

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

Skip navigation links

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