|
Oracle® OLAP Java API Reference 11g Release 1 (11.1) B28128-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.olapi.metadata.BaseMetadataObject
oracle.olapi.metadata.mdm.MdmObject
oracle.olapi.metadata.mdm.MdmSource
oracle.olapi.metadata.mdm.MdmDimensionedObject
oracle.olapi.metadata.mdm.MdmAttribute
oracle.olapi.metadata.mdm.MdmSingleValuedAttribute
oracle.olapi.metadata.mdm.MdmBaseAttribute
public final class MdmBaseAttribute
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 |
|---|
public java.lang.Object acceptVisitor(MdmObjectVisitor visitor,
java.lang.Object context)
visitMdmBaseAttribute method of the MdmObjectVisitor and passes that method this MdmBaseAttribute and an Object.acceptVisitor in class MdmAttributevisitor - An MdmObjectVisitor that implements the Mdm11_ObjectVisitor interface. .context - An Object.Object returned by the visitMdmBaseAttribute method.public final MdmAttributeModel getAttributeModel()
MdmAttributeModel for this MdmBaseAttribute.getAttributeModel in class MdmAttributeMdmAttributeModel for this MdmBaseAttribute.public final void setAttributeModel(MdmAttributeModel model)
MdmAttributeModel for this MdmBaseAttribute.setAttributeModel in class MdmAttributemodel - The MdmAttributeModel to associate with this MdmBaseAttribute.public final boolean isMultiLingual()
boolean that indicates whether the attribute has values for more than one language.public final void setMultiLingual(boolean isMultiLingual)
isMultiLingual - A boolean that specifies whether the attribute has values for more than one language.public final SQLDataType getSQLDataType()
MdmBaseAttribute.getSQLDataType in class MdmAttributeSQLDataType that represents the SQL data type.public final void setSQLDataType(SQLDataType type)
MdmBaseAttribute.type - The SQLDataType to associate with this MdmBaseAttribute.public final MdmViewColumn getETAttributeColumn()
MdmViewColumn that represents the ET (Embedded Totals) values for this MdmBaseAttribute.MdmViewColumn that represents the ET column for this MdmBaseAttribute.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||