|
Oracle® OLAP Java API Reference 10g Release 2 (10.2) B14348-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | 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
An MdmDimensionedObjectModel that represents an MdmAttribute. Unlike an MdmMeasureModel</CODE,>, 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, createSolvedSource, createSolvedSource, getAssignments, getDefaultPrecedence, getOutputs, setDefaultPrecedence, unassign |
| Methods inherited from class oracle.olapi.metadata.mdm.MdmObject |
getDescription, getMetadataProvider, getName, getShortDescription, setDescription, setName, setShortDescription |
| Methods inherited from class oracle.olapi.metadata.BaseMetadataObject |
getID |
| 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.visitor - 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.MdmDimensionedObject for the MdmAttributeModel.public final java.util.List getParentModels()
List because an MdmAttributeModel does not have any parent MdmModel objects.List.public final void setMdmAttribute(MdmAttribute attribute)
MdmAttribute with which to associate the MdmAttributeModel.measure - 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.
|
Oracle® OLAP Java API Reference 10g Release 2 (10.2) B14348-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||