|
Oracle® OLAP Java API Reference 11g Release 2 (11.2) E10794-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MdmMember
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 |
|---|
MdmPrimaryDimension getOwnerDimension()
MdmPrimaryDimension of which the
MdmMember is a member.
MdmPrimaryDimension of which the
MdmMember is a member.java.lang.String getValue()
MdmMember.
String that contains the unique value of
the MdmMember.java.lang.String getLocalValue()
MdmMember.
String that contains the local value of
the MdmMember.MdmLevel getLevel()
MdmLevel of which the MdmMember
is a member.
MdmLevel of which the MdmMember
is a member.int getLevelDepth()
MdmMember is a member.
MdmMember is a member.java.lang.String getParentValue()
MdmMember.
String that contains the unique value of the parent
of the MdmMember.java.lang.String getParentLocalValue()
MdmMember.
String that contains the local value of the parent
of the MdmMember.MdmLevel getParentLevel()
MdmLevel of which the parent of the
MdmMember is a member.
MdmLevel of which the parent of the
MdmMember is a member.java.lang.String getDescription()
MdmMember.
String that contains the description of the
MdmMember.java.lang.String getShortDescription()
MdmMember.
String that contains the short description of
the MdmMember.Source getSource()
Source for the MdmMember.
Source for the MdmMember.FundamentalMetadataObject getDataType()
MdmMember.
FundamentalMetadataObject that represents the
data type of the MdmMember.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.
MdmMember.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||