public abstract class ValueMap extends ObjectMap
ObjectMap that maps an MdmDimensionedObject to relational source data. You use a CubeMap or a DimensionMap to create a ValueMap.| Modifier and Type | Method and Description |
|---|---|
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. |
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. |
getContainedByObject, getID, getNewName, getOwnerpublic 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.public void setName(java.lang.String name)
ValueMap.name - A String that contains a name for the ValueMap.