org.eclipse.uml2.uml.profile.l3
Interface Metamodel

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface Metamodel
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Metamodel'. A model that specifies the modeling concepts of some modeling language (e.g., a MOF model). See >.

The following features are supported:

See Also:
L3Package.getMetamodel()

Method Summary
 Model getBase_Model()
          Returns the value of the 'Base Model' reference
 void setBase_Model(Model value)
          Sets the value of the 'Base Model' reference
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getBase_Model

Model getBase_Model()
Returns the value of the 'Base Model' reference.

If the meaning of the 'Base Model' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Base Model' reference.
See Also:
setBase_Model(Model), L3Package.getMetamodel_Base_Model()

setBase_Model

void setBase_Model(Model value)
Sets the value of the 'Base Model' reference.

Parameters:
value - the new value of the 'Base Model' reference.
See Also:
getBase_Model()

Copyright 2003, 2012 IBM Corporation, CEA, and others.
All Rights Reserved.