|
Oracle® OLAP Java API Reference 11g Release 2 (11.2) E10794-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.MdmModel
oracle.olapi.metadata.mdm.MdmDimensionedObjectModel
oracle.olapi.metadata.mdm.MdmAttributeModel
public class MdmAttributeModel
An MdmDimensionedObjectModel that represents an MdmAttribute. Unlike an MdmMeasureModel, an MdmAttributeModel does not inherit the Assignment objects of the MdmDimensionCalculationModel for the MdmDimension for which the MdmAttribute has values.
| Method Summary | |
|---|---|
java.lang.Object |
acceptVisitor(MdmObjectVisitor visitor, java.lang.Object context)Calls the visitMdmAttributeModel method of an MdmObjectVisitor and passes that method this MdmAttributeModel and an Object. |
java.util.List |
getAutoAssignments()Gets the Assignment objects that Oracle OLAP automatically creates for the MdmAttributeModel. |
MdmAttribute |
getMdmAttribute()Gets the MdmAttribute for the MdmAttributeModel. |
MdmDimensionedObject |
getMdmDimensionedObject()Gets the MdmDimensionedObject for the MdmAttributeModel. |
java.util.List |
getParentModels()Gets an empty List because an MdmAttributeModel does not have any parent MdmModel objects. |
void |
setMdmAttribute(MdmAttribute attribute)Specifies the MdmAttribute with which to associate the MdmAttributeModel. |
| Methods inherited from class oracle.olapi.metadata.mdm.MdmDimensionedObjectModel |
|---|
getDimensions, getInputs, getMdmSource, getType |
| Methods inherited from class oracle.olapi.metadata.mdm.MdmModel |
|---|
assign, assign, assign, assign, assign, assign, assign, createSolvedSource, createSolvedSource, findAssignment, findOrCreateAssignment, getAssignments, getDefaultPrecedence, getMdmAssignments, getOutputs, removeMdmAssignment, setDefaultPrecedence, unassign |
| 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)
visitMdmAttributeModel method of an MdmObjectVisitor and passes that method this MdmAttributeModel and an Object.acceptVisitor in class MdmObjectvisitor - An MdmObjectVisitor.context - An Object.Object returned by the visitMdmAttributeModel method.public final MdmAttribute getMdmAttribute()
MdmAttribute for the MdmAttributeModel.MdmAttribute for the MdmAttributeModel.public final MdmDimensionedObject getMdmDimensionedObject()
MdmDimensionedObject for the MdmAttributeModel. The MdmDimensionedObject for an MdmAttributeModel is an MdmAttribute.getMdmDimensionedObject in class MdmDimensionedObjectModelMdmDimensionedObject for the MdmAttributeModel.public final java.util.List getParentModels()
List because an MdmAttributeModel does not have any parent MdmModel objects.getParentModels in interface ModelgetParentModels in class MdmModelList.public final void setMdmAttribute(MdmAttribute attribute)
MdmAttribute with which to associate the MdmAttributeModel.attribute - The MdmAttribute with which to associate the MdmAttributeModel.public java.util.List getAutoAssignments()
Assignment objects that Oracle OLAP automatically creates for the MdmAttributeModel.List of the Assignment objects that Oracle OLAP automatically creates for the MdmAttributeModel.MdmDimensionCalculationModel
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||