|
Oracle® OLAP Java API Reference 11g Release 1 (11.1) B28128-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.olapi.syntax.SyntaxObject
oracle.olapi.syntax.BuildCommand
oracle.olapi.syntax.SimpleCommand
oracle.olapi.syntax.SolveStepCommand
public abstract class SolveStepCommand
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 |
|---|
public FunctionArgument[] getArguments()
SolveStepCommand.FunctionArgument of this SolveStepCommand.public FunctionDescriptor getFunctionDescriptor()
SolveStepCommand.FunctionArgument for this SolveStepCommand.public java.lang.String getFunctionName()
SolveStepCommand.String that contains the name of the function for this SolveStepCommand.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||