public abstract class SolvedHierarchyMap extends DimensionMap
DimensionMap
that maps an MdmHierarchy
to a data source.Modifier and Type | Method and Description |
---|---|
Expression |
getParentKeyExpression()
Gets the
Expression that identifies the column of the relational table that identifies the parents of the members of the hierarchy. |
void |
setParentKeyExpression(Expression input)
Specifies the column of the relational table that identifies the parents of the members of the hierarchy.
|
addAttributeMap, findOrCreateAttributeMap, findOrCreateAttributeMap, getAttributeMaps, getDimension, getFromClause, getKeyExpression, getQuery, getWhereClause, removeAttributeMap, setDimension, setFromClause, setKeyExpression, setQuery, setWhereClause
getContainedByObject, getID, getNewName, getOwner
public final void setParentKeyExpression(Expression input)
input
- An Expression
that identifies the column that contains the parents of the hierarchy members.public final Expression getParentKeyExpression()
Expression
that identifies the column of the relational table that identifies the parents of the members of the hierarchy.Expression
that identifies the column that contains the parents of the hierarchy members.