|
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.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.MdmDerivedAttribute
public final class MdmDerivedAttribute
An MdmSingleValuedAttribute that has values that Oracle OLAP
derives from the Expression that is associated with the
MdmDerivedAttribute.
Oracle OLAP automatically generates some derived attributes, such as the
parent attribute for an MdmHierarchy and the level depth
attribute for an MdmLevelHierarchy.
You can find an existing MdmDerivedAttribute or create a new one
by using the of an
findOrCreateDerivedAttributeMdmPrimaryDimension.
| Method Summary | |
|---|---|
java.lang.Object |
acceptVisitor(MdmObjectVisitor visitor,
java.lang.Object context)
Calls the visitMdmDerivedAttribute method of the
MdmObjectVisitor and passes that method this
MdmDerivedAttribute and an Object. |
Expression |
getAttributeExpression()
Gets the Expression that determines the values of this
MdmDerivedAttribute. |
SQLDataType |
getSQLDataType()
Gets the SQL data type for this MdmDerivedAttribute. |
void |
setAttributeExpression(Expression input)
Specifies the Expression that determines the values of this
MdmDerivedAttribute. |
| Methods inherited from class oracle.olapi.metadata.mdm.MdmAttribute |
|---|
getDescriptionType, getDimensionality, getPrimaryDimension, getTargetDimension, getType, isVisibleForAll, setDescriptionType, setIsVisibleForAll, 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 |
| Methods inherited from class oracle.olapi.metadata.mdm.MdmObject |
|---|
addDescription, addObjectClassification, findOrCreateDescription, getDescription, getDescription, getDescription, getDescriptions, getMetadataProvider, getName, getNewName, getObjectClassifications, getShortDescription, isClassifiedAs, removeDescription, removeObjectClassification, setDescription, setDescription, setDescription, setName, setShortDescription |
| 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 java.lang.Object acceptVisitor(MdmObjectVisitor visitor,
java.lang.Object context)
visitMdmDerivedAttribute method of the
MdmObjectVisitor and passes that method this
MdmDerivedAttribute and an Object.
acceptVisitor in class MdmObjectvisitor - An MdmObjectVisitor that implements
the Mdm11_ObjectVisitor interface.
.context - An Object.
Object returned by the
visitMdmDerivedAttribute method.public final Expression getAttributeExpression()
Expression that determines the values of this
MdmDerivedAttribute.
Expression that determines the values of this
MdmDerivedAttribute.public final void setAttributeExpression(Expression input)
Expression that determines the values of this
MdmDerivedAttribute.
input - The Expression that determines the values of
this MdmDerivedAttribute.public final SQLDataType getSQLDataType()
MdmDerivedAttribute.
getSQLDataType in class MdmAttributeSQLDataType that represents the SQL data type.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||