Skip navigation links
oracle.olapi.metadata.mdm
Class MdmMultiValuedDerivedAttribute
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.MdmMultiValuedAttribute
oracle.olapi.metadata.mdm.MdmMultiValuedDerivedAttribute
- All Implemented Interfaces:
- MetadataObject
-
public final class MdmMultiValuedDerivedAttribute
- extends MdmMultiValuedAttribute
An MdmMultiValuedAttribute that can relate more than a single derived value for a value of an associated MdmPrimaryDimension. You can find an existing MdmMultiValuedDerivedAttribute or create a new one by using the findOrCreateMultiValuedDerivedAttribute of an MdmPrimaryDimension.
| Method Summary |
java.lang.Object |
acceptVisitor(MdmObjectVisitor visitor, java.lang.Object context)
Calls the visitMdmMultiValuedDerivedAttribute method of the MdmObjectVisitor and passes that method this MdmMultiValuedDerivedAttribute and an Object. |
Query |
getAttributeQuery()
Gets the Query that is associated with this MdmMultiValuedDerivedAttribute. |
SQLDataType |
getSQLDataType()
Gets the SQL data type for this MdmMultiValueDerivedAttribute. |
void |
setAttributeQuery(Query input)
Specifies the Query to associate with this MdmMultiValuedDerivedAttribute. |
| 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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getAttributeQuery
public final Query getAttributeQuery()
- Gets the
Query that is associated with this MdmMultiValuedDerivedAttribute.
-
- Returns:
- The
Query associated with this MdmMultiValuedDerivedAttribute.
setAttributeQuery
public final void setAttributeQuery(Query input)
- Specifies the
Query to associate with this MdmMultiValuedDerivedAttribute.
-
- Parameters:
input - The Query to associate with this MdmMultiValuedDerivedAttribute.
getSQLDataType
public final SQLDataType getSQLDataType()
- Gets the SQL data type for this
MdmMultiValueDerivedAttribute.
-
- Specified by:
getSQLDataType in class MdmAttribute
-
- Returns:
- A
SQLDataType that represents the SQL data type.
acceptVisitor
public java.lang.Object acceptVisitor(MdmObjectVisitor visitor,
java.lang.Object context)
- Calls the
visitMdmMultiValuedDerivedAttribute method of the MdmObjectVisitor and passes that method this MdmMultiValuedDerivedAttribute and an Object.
-
- Specified by:
acceptVisitor in class MdmObject
-
- Parameters:
visitor - An MdmObjectVisitor that implements the Mdm11_2_ObjectVisitor interface. .
context - An Object.
- Returns:
- The
Object returned by the visitMdmMultiValuedDerivedAttribute method.
Skip navigation links