|
Oracle® OLAP Java API Reference 11g Release 2 (11.2) E10794-01 Beta Draft |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.olapi.syntax.SyntaxObject
oracle.olapi.syntax.BuildCommand
oracle.olapi.syntax.SimpleCommand
oracle.olapi.syntax.ModelCommand
public final class ModelCommand
A SimpleCommand
that represents an
MdmDimensionCalculationModel
in a
BuildSpecification
.
Constructor Summary | |
---|---|
ModelCommand(MdmDimensionCalculationModel model)
Creates a ModelCommand object for the specified
MdmDimensionCalculationModel . |
Method Summary | |
---|---|
MdmDimensionCalculationModel |
getModel()
Gets the MdmDimensionCalculationModel that is
associated with this ModelCommand . |
java.lang.Object |
visit(SyntaxObjectVisitor visitor,
java.lang.Object context)
Calls the visitModelCommand method of the
SyntaxObjectVisitor and passes that method this
ModelCommand and an Object . |
Methods inherited from class oracle.olapi.syntax.SyntaxObject |
---|
equals, equals, fromSyntax, fromSyntax, fromSyntax, fromSyntax, fromSyntax, isValid, toSyntax, toSyntax, toSyntax, toSyntax, toSyntax, toSyntax |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ModelCommand(MdmDimensionCalculationModel model)
ModelCommand
object for the specified
MdmDimensionCalculationModel
.
model
- The MdmDimensionCalculationModel
to include
in the build specification.Method Detail |
---|
public MdmDimensionCalculationModel getModel()
MdmDimensionCalculationModel
that is
associated with this ModelCommand
.
MdmDimensionCalculationModel
to build.public java.lang.Object visit(SyntaxObjectVisitor visitor, java.lang.Object context)
visitModelCommand
method of the
SyntaxObjectVisitor
and passes that method this
ModelCommand
and an Object
.
visit
in class SyntaxObject
visitor
- A SyntaxObjectVisitor
.context
- An Object
.
Object
returned by the
visitModelCommand
method.
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |