|
Oracle® OLAP Java API Reference 11g Release 2 (11.2) E10794-06 |
||||||||
| 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.AggregateOverClause
oracle.olapi.syntax.AggregateOverMembersClause
public final class AggregateOverMembersClause
An AggregateOverClause that specifies a list of dimension members as the OVER clause for an AggregationFunctionExpression.
| Constructor Summary | |
|---|---|
AggregateOverMembersClause(MdmPrimaryDimension dim, java.util.List<java.lang.String> members)Creates an AggregateOverMembersClause that specifies members of a dimension as the OVER clause for an AggregationFunctionExpression. |
|
AggregateOverMembersClause(MdmPrimaryDimension dim, java.lang.String[] members)Creates an AggregateOverMembersClause that specifies members of a dimension as the OVER clause for an AggregationFunctionExpression. |
|
| Method Summary | |
|---|---|
MdmPrimaryDimension |
getDimension()Gets the MdmPrimaryDimension that contains the members to use in the aggregation. |
java.lang.String[] |
getMembers()Gets the dimension members to use in the aggregation. |
java.lang.Object |
visit(SyntaxObjectVisitor visitor, java.lang.Object context)Calls the visitAggregateOverMembersClause method of the SyntaxObjectVisitor and passes that method this AggregateOverMembersClause 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 AggregateOverMembersClause(MdmPrimaryDimension dim,
java.lang.String[] members)
AggregateOverMembersClause that specifies members of a dimension as the OVER clause for an AggregationFunctionExpression.
dim - An MdmPrimaryDimension.members - An array of String objects that specify members of the dimension.
public AggregateOverMembersClause(MdmPrimaryDimension dim,
java.util.List<java.lang.String> members)
AggregateOverMembersClause that specifies members of a dimension as the OVER clause for an AggregationFunctionExpression.
dim - An MdmPrimaryDimension.members - A List of String objects that specify members of the dimension.| Method Detail |
|---|
public java.lang.Object visit(SyntaxObjectVisitor visitor,
java.lang.Object context)
visitAggregateOverMembersClause method of the SyntaxObjectVisitor and passes that method this AggregateOverMembersClause and an Object.visit in class SyntaxObjectvisitor - A SyntaxObjectVisitor.context - An Object.Object returned by the visitAggregateOverMembersClause method.public MdmPrimaryDimension getDimension()
MdmPrimaryDimension that contains the members to use in the aggregation.MdmPrimaryDimension that is associated with this AggregateOverMembersClause.public java.lang.String[] getMembers()
String objects that contain the dimension members to use in the aggregation.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||