|
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 |
An interface for a custom member of an MdmPrimaryDimension
.
Method Summary | |
FundamentalMetadataObject |
getDataType() Gets the data type of the MdmMember . |
java.lang.String |
getDescription() Gets the description of the MdmMember . |
MdmLevel |
getLevel() Gets the MdmLevel of which the MdmMember is a member. |
int |
getLevelDepth() Gets the depth in the hierarchy of the level of which the MdmMember is a member. |
java.lang.String |
getLocalValue() Gets the local value of the MdmMember . |
MdmPrimaryDimension |
getOwnerDimension() Gets the MdmPrimaryDimension of which the MdmMember is a member. |
MdmLevel |
getParentLevel() Gets the MdmLevel of which the parent of the MdmMember is a member. |
java.lang.String |
getParentLocalValue() Gets the local value of the parent of the MdmMember . |
java.lang.String |
getParentValue() Gets the unique value of the parent of the MdmMember . |
int |
getPrecedence() Gets the precedence of the MdmMember , with the higher integer value indicating a higher precedence. |
java.lang.String |
getShortDescription() Gets the short description of the MdmMember . |
Source |
getSource() Gets the Source for the MdmMember . |
java.lang.String |
getValue() Gets the unique value of the MdmMember . |
Method Detail |
public MdmPrimaryDimension getOwnerDimension()
MdmPrimaryDimension
of which the MdmMember
is a member.MdmPrimaryDimension
of which the MdmMember
is a member.public java.lang.String getValue()
MdmMember
.String
that contains the unique value of the MdmMember
.public java.lang.String getLocalValue()
MdmMember
.String
that contains the local value of the MdmMember
.public MdmLevel getLevel()
MdmLevel
of which the MdmMember
is a member.MdmLevel
of which the MdmMember
is a member.public int getLevelDepth()
MdmMember
is a member.MdmMember
is a member.public java.lang.String getParentValue()
MdmMember
.String
that contains the unique value of the parent of the MdmMember
.public java.lang.String getParentLocalValue()
MdmMember
.String
that contains the local value of the parent of the MdmMember
.public MdmLevel getParentLevel()
MdmLevel
of which the parent of the MdmMember
is a member.MdmLevel
of which the parent of the MdmMember
is a member.public java.lang.String getDescription()
MdmMember
.String
that contains the description of the MdmMember
.public java.lang.String getShortDescription()
MdmMember
.String
that contains the short description of the MdmMember
.public Source getSource()
Source
for the MdmMember
.Source
for the MdmMember
.public FundamentalMetadataObject getDataType()
MdmMember
.FundamentalMetadataObject
that represents the data type of the MdmMember
.public int getPrecedence()
MdmMember
, with the higher integer value indicating a higher precedence. When you create a custom member of a dimension, you specify a precedence. Oracle OLAP creates an Assignment
for the appropriate MdmModel
and gives the Assignment
the precedence you specify for the custom member. Oracle OLAP uses the precedence value in determining the order in which it evaluates the Assignment
objects of the MdmModel
. Oracle OLAP uses the precedence value in determining the order in which it evaluates the Assignment
objects of an MdmModel</CODE.
Returns:
An integer that specifies the precedence of the
MdmMember.
|
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 |