|
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 | ||||||||
java.lang.Objectoracle.olapi.metadata.BaseMetadataObject
oracle.olapi.metadata.mapping.ObjectMap
oracle.olapi.metadata.mapping.ValueMap
public abstract class ValueMap
An abstract ObjectMap that maps an
MdmDimensionedObject to relational source data.
You use a CubeMap or a DimensionMap to create
a ValueMap.
| Method Summary | |
|---|---|
Expression |
getExpression()
Gets an Expression that identifies the relational source
data for the values of the metadata object. |
java.lang.String |
getName()
Gets the name of the ValueMap. |
java.lang.String |
getNewName()
Gets the name of this ValueMap if you have changed
the name of the object by using the setName method but
you have not committed the root transaction that contains the
name change. |
void |
setExpression(Expression input)
Specifies an Expression that identifies the relational
source data for the values of the metadata object. |
void |
setName(java.lang.String name)
Specifies a name for the ValueMap. |
| Methods inherited from class oracle.olapi.metadata.BaseMetadataObject |
|---|
getContainedByObject, getID, getOwner |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void setExpression(Expression input)
Expression that identifies the relational
source data for the values of the metadata object.
input - An Expression that identifies the relational
source of the data for the metadata object.public Expression getExpression()
Expression that identifies the relational source
data for the values of the metadata object.
Expression that identifies the relational
source of the data for the metadata object.public java.lang.String getName()
ValueMap.
getName in class ObjectMapString that contains the name of the
ValueMap.public void setName(java.lang.String name)
ValueMap.
name - A String that contains a name for the
ValueMap.public final java.lang.String getNewName()
ValueMap if you have changed
the name of the object by using the setName method but
you have not committed the root transaction that contains the
name change.
If you have not changed the name of this ValueMap since
you last committed the root transaction, this method returns
null.
getNewName in class BaseMetadataObjectValueMap, which takes effect
after you commit the current root transaction, or
null if you have not specified a new name.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||