|
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
oracle.olapi.metadata.mapping.AttributeMap
public final class AttributeMap
A ValueMap that maps an MdmAttribute for an
MdmDimension to an Expression.
An application creates an AttributeMap with the
method of a findOrCreateAttributeMapDimensionMap.
An application that supports multiple languages must provide a separate
AttributeMap for each language.
| Method Summary | |
|---|---|
MdmBaseAttribute |
getAttribute()
Gets the MdmAttribute associated with the
AttributeMap. |
DimensionMap |
getDimensionMap()
Gets the DimensionMap that is the owner of this
AttributeMap. |
java.lang.String |
getLanguage()
Gets the language that is associated with this AttributeMap. |
void |
setAttribute(MdmBaseAttribute input)
Specifies the MdmAttribute to associate with the
AttributeMap. |
void |
setLanguage(java.lang.String input)
Specifies the language to associate with this AttributeMap. |
| Methods inherited from class oracle.olapi.metadata.mapping.ValueMap |
|---|
getExpression, getName, getNewName, setExpression, setName |
| 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 setAttribute(MdmBaseAttribute input)
MdmAttribute to associate with the
AttributeMap.
input - The MdmAttribute to associate with the
AttributeMap.public MdmBaseAttribute getAttribute()
MdmAttribute associated with the
AttributeMap.
MdmAttribute associated with the
AttributeMap.public DimensionMap getDimensionMap()
DimensionMap that is the owner of this
AttributeMap.
DimensionMap that owns this
AttributeMap.public void setLanguage(java.lang.String input)
AttributeMap.
input - A String that contains the identifier of the
language to associate with this AttributeMap.public java.lang.String getLanguage()
AttributeMap.
String that contains the identifier of the
language associated with this AttributeMap.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||