Skip navigation links

Oracle® OLAP Java API Reference
11g Release 1 (11.1)

B28128-01


oracle.olapi.metadata.mapping
Class ValueMap

java.lang.Object
  extended by oracle.olapi.metadata.BaseMetadataObject
      extended by oracle.olapi.metadata.mapping.ObjectMap
          extended by oracle.olapi.metadata.mapping.ValueMap

All Implemented Interfaces:
MetadataObject
Direct Known Subclasses:
AttributeMap, CubeDimensionalityMap, MeasureMap

public abstract class ValueMap
extends ObjectMap

An abstract extension of ObjectMap that represents the mapping of an MdmDimensionedObject to an Expression that identifies the relational source for the metadata object.


Method Summary
 Expression getExpression()
          Gets an Expression that identifies the relational source to which to map the metadata object.
 java.lang.String getName()
          Returns the name of the ValueMap.
 void setExpression(Expression input)
          Specifies an Expression that identifies the relational source to which to map the metadata object.
 void setName(java.lang.String name)
          Specifies a name for the ValueMap.

 

Methods inherited from class oracle.olapi.metadata.BaseMetadataObject
getID, getOwner

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

setExpression

public void setExpression(Expression input)
Specifies an Expression that identifies the relational source to which to map the metadata object.
Parameters:
input - An Expression that identifies the relational source to which to map the metadata object.

getExpression

public Expression getExpression()
Gets an Expression that identifies the relational source to which to map the metadata object.
Returns:
An Expression that identifies the relational source to which to map the metadata object.

getName

public java.lang.String getName()
Returns the name of the ValueMap.
Returns:
String The name of the ValueMap.

setName

public void setName(java.lang.String name)
Specifies a name for the ValueMap.
Parameters:
name - A String that contains a name for the ValueMap.

Skip navigation links

Copyright © 2002, 2007, Oracle. All rights reserved.