Skip navigation links

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

B28128-01


oracle.olapi.metadata.mdm
Class MdmBaseAttribute

java.lang.Object
  extended by oracle.olapi.metadata.BaseMetadataObject
      extended by oracle.olapi.metadata.mdm.MdmObject
          extended by oracle.olapi.metadata.mdm.MdmSource
              extended by oracle.olapi.metadata.mdm.MdmDimensionedObject
                  extended by oracle.olapi.metadata.mdm.MdmAttribute
                      extended by oracle.olapi.metadata.mdm.MdmSingleValuedAttribute
                          extended by oracle.olapi.metadata.mdm.MdmBaseAttribute

All Implemented Interfaces:
MdmViewColumnOwner, MetadataObject

public final class MdmBaseAttribute
extends MdmSingleValuedAttribute
implements MdmViewColumnOwner

An MdmSingleValuedAttribute that has values that are stored in a column in the database.


Method Summary
 java.lang.Object acceptVisitor(MdmObjectVisitor visitor, java.lang.Object context)
          Calls the visitMdmBaseAttribute method of the MdmObjectVisitor and passes that method this MdmBaseAttribute and an Object.
 MdmAttributeModel getAttributeModel()
          Gets the MdmAttributeModel for this MdmBaseAttribute.
 MdmViewColumn getETAttributeColumn()
          Get the MdmViewColumn that represents the ET (Embedded Totals) values for this MdmBaseAttribute.
 SQLDataType getSQLDataType()
          Gets the SQL data type for the MdmBaseAttribute.
 boolean isMultiLingual()
          Indicates whether the attribute has values for more than one language.
 void setAttributeModel(MdmAttributeModel model)
          Specifies an MdmAttributeModel for this MdmBaseAttribute.
 void setMultiLingual(boolean isMultiLingual)
          Specifies whether the attribute has values for more than one language.
 void setSQLDataType(SQLDataType type)
          Specifies a SQL data type for the MdmBaseAttribute.

 

Methods inherited from class oracle.olapi.metadata.mdm.MdmAttribute
getAttributeMap, getDescriptionType, getDimensionality, getModel, getPrimaryDimension, getTargetDimension, getType, isVisibleForAll, setDescriptionType, setIsVisibleForAll, setModel, setPrimaryDimension, setTargetDimension

 

Methods inherited from class oracle.olapi.metadata.mdm.MdmDimensionedObject
addDimension, addDimensionality, getDimensions, isBooleanValued, removeDimensionality, setBooleanValued

 

Methods inherited from class oracle.olapi.metadata.mdm.MdmSource
getDataType, getSource, getSourceMap

 

Methods inherited from class oracle.olapi.metadata.mdm.MdmObject
findOrCreateDescription, getDescription, getDescription, getDescription, getMetadataProvider, getName, getShortDescription, setDescription, setDescription, setDescription, setName, setShortDescription

 

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

acceptVisitor

public java.lang.Object acceptVisitor(MdmObjectVisitor visitor,
                                      java.lang.Object context)
Calls the visitMdmBaseAttribute method of the MdmObjectVisitor and passes that method this MdmBaseAttribute and an Object.
Overrides:
acceptVisitor in class MdmAttribute
Parameters:
visitor - An MdmObjectVisitor that implements the Mdm11_ObjectVisitor interface. .
context - An Object.
Returns:
The Object returned by the visitMdmBaseAttribute method.

getAttributeModel

public final MdmAttributeModel getAttributeModel()
Gets the MdmAttributeModel for this MdmBaseAttribute.
Overrides:
getAttributeModel in class MdmAttribute
Returns:
The MdmAttributeModel for this MdmBaseAttribute.

setAttributeModel

public final void setAttributeModel(MdmAttributeModel model)
Specifies an MdmAttributeModel for this MdmBaseAttribute.
Overrides:
setAttributeModel in class MdmAttribute
Parameters:
model - The MdmAttributeModel to associate with this MdmBaseAttribute.

isMultiLingual

public final boolean isMultiLingual()
Indicates whether the attribute has values for more than one language.
Returns:
A boolean that indicates whether the attribute has values for more than one language.

setMultiLingual

public final void setMultiLingual(boolean isMultiLingual)
Specifies whether the attribute has values for more than one language.
Parameters:
isMultiLingual - A boolean that specifies whether the attribute has values for more than one language.

getSQLDataType

public final SQLDataType getSQLDataType()
Gets the SQL data type for the MdmBaseAttribute.
Specified by:
getSQLDataType in class MdmAttribute
Returns:
A SQLDataType that represents the SQL data type.

setSQLDataType

public final void setSQLDataType(SQLDataType type)
Specifies a SQL data type for the MdmBaseAttribute.
Parameters:
type - The SQLDataType to associate with this MdmBaseAttribute.

getETAttributeColumn

public final MdmViewColumn getETAttributeColumn()
Get the MdmViewColumn that represents the ET (Embedded Totals) values for this MdmBaseAttribute.
Returns:
The MdmViewColumn that represents the ET column for this MdmBaseAttribute.

Skip navigation links

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