|
Oracle® OLAP Java API Reference 10g Release 2 (10.2) B14348-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.olapi.metadata.BaseMetadataObject | +--oracle.olapi.metadata.mtm.MtmObject | +--oracle.olapi.metadata.mtm.MtmDimensionOrderSpecification
An MtmObject
that records the order in which elements of an MdmLevelHierarchy
are arranged. You get the MtmDimensionOrderSpecification
object or objects for an MtmLevelHierarchyMap
with its getOrderSpecifications
method.
Method Summary | |
java.lang.Object |
acceptVisitor(MtmObjectVisitor visitor, java.lang.Object context) Calls the visitMtmDimensionOrderSpecification method of the specified MtmObjectVisitor and passes that method this MtmDimensionOrderSpecification and the specified context object. |
java.lang.String |
getNullRule() Gets the rule that determines how null values are ordered, either first or last in the list of elements. |
java.lang.String |
getOrder() Gets the order in which the elements are arranged, either ascending or descending. |
MtmValueExpression |
getOrderByExpression() Gets the MtmValueExpression for the column or other expression on which the MdmDimension is based. |
void |
setNullRule(java.lang.String newNullRule) Sets the rule that determines how null values are ordered, either first or last in the list of elements. |
void |
setOrder(java.lang.String newOrder) Sets the order in which the elements are arranged, either ascending or descending. |
void |
setOrderByExpression(MtmValueExpression newColumnExpression) Sets the MtmValueExpression for the column or other expression on which the MdmDimension is based. |
Methods inherited from class oracle.olapi.metadata.BaseMetadataObject |
getID |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.lang.Object acceptVisitor(MtmObjectVisitor visitor, java.lang.Object context)
visitMtmDimensionOrderSpecification
method of the specified MtmObjectVisitor
and passes that method this MtmDimensionOrderSpecification
and the specified context
object.visitor
- An MtmObjectVisitor
.context
- An Object
.Object
returned by the visitMtmDimensionOrderSpecification
method.public MtmValueExpression getOrderByExpression()
MtmValueExpression
for the column or other expression on which the MdmDimension
is based.MtmValueExpression
for the column or other expression on which the MdmDimension
is based.public java.lang.String getNullRule()
String
that indicates whether nulls are ordered first or last. Possible values are Nulls First
and Nulls Last
.public java.lang.String getOrder()
String
that indicates whether elements are in ascending or descending order. Possible values are Ascending
and Descending
.public void setOrderByExpression(MtmValueExpression newColumnExpression)
MtmValueExpression
for the column or other expression on which the MdmDimension
is based.newColumnExpression
- The MtmValueExpression
for the column or other expression on which the MdmDimension
is based.public void setNullRule(java.lang.String newNullRule)
newNullRule
- A String
that indicates whether nulls are ordered first or last. Possible values are NullsFirst
and NullsLast
.public void setOrder(java.lang.String newOrder)
newOrder
- A String
that indicates whether elements are in ascending or descending order. Possible values are Ascending
and Descending
.
|
Oracle® OLAP Java API Reference 10g Release 2 (10.2) B14348-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |