|
Oracle® OLAP Java API Reference 11g Release 2 (11.2) E10794-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.AssignmentCommand
public final class AssignmentCommand
A SimpleCommand that represents the assignment of values for a measure of an MdmCube in a BuildSpecification.
| Constructor Summary | |
|---|---|
AssignmentCommand(MdmBaseMeasure base, java.util.List<Qualifier> qualifiers, TypedExpression rhsExpression)Creates a AssignmentCommand with the specified base expression and dimension member qualifiers. |
|
AssignmentCommand(MdmBaseMeasure base, Qualifier[] qualifiers, TypedExpression rhsExpression)Creates a AssignmentCommand with the specified base expression and dimension member qualifiers. |
|
| Method Summary | |
|---|---|
MdmBaseMeasure |
getBaseMeasure()Gets the MdmBaseMeasure to which this AssignmentCommand assigns values. |
Qualifier[] |
getQualifiers()Gets the qualifiers of this AssignmentCommand. |
TypedExpression |
getRHSExpression()Gets the expression that specifies the values that this AssignmentCommand assigns. |
java.lang.Object |
visit(SyntaxObjectVisitor visitor, java.lang.Object context)Calls the visitAssignmentCommand method of the SyntaxObjectVisitor and passes that method this AssignmentCommand 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 AssignmentCommand(MdmBaseMeasure base,
Qualifier[] qualifiers,
TypedExpression rhsExpression)
AssignmentCommand with the specified base expression and dimension member qualifiers.
base - The MdmBaseMeasure to which you are assigning values.qualifiers - An array of Qualifier objects that specify members of the dimensions of the measure.rhsExpression - A TypedExpression that resolves to the value that you want to assign.
public AssignmentCommand(MdmBaseMeasure base,
java.util.List<Qualifier> qualifiers,
TypedExpression rhsExpression)
AssignmentCommand with the specified base expression and dimension member qualifiers.
base - The MdmBaseMeasure to which you are assigning values.qualifiers - A List of Qualifier objects that specify members of the dimensions of the measure.rhsExpression - A TypedExpression that resolves to the value that you want to assign.| Method Detail |
|---|
public java.lang.Object visit(SyntaxObjectVisitor visitor,
java.lang.Object context)
visitAssignmentCommand method of the SyntaxObjectVisitor and passes that method this AssignmentCommand and an Object.visit in class SyntaxObjectvisitor - A SyntaxObjectVisitor.context - An Object.Object returned by the visitAssignmentCommand method.public MdmBaseMeasure getBaseMeasure()
MdmBaseMeasure to which this AssignmentCommand assigns values.MdmBaseMeasure of this AssignmentCommand.public Qualifier[] getQualifiers()
AssignmentCommand.Qualifier objects that limit the data of the base expression of this AssignmentCommand.public TypedExpression getRHSExpression()
AssignmentCommand assigns.TypedExpression that evaluates to an expression that specifies the values assigned by this AssignmentCommand.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||