org.topcased.modeler.di.model
Interface EMFSemanticModelBridge
- All Superinterfaces:
- EModelElement, EObject, Notifier, SemanticModelBridge
public interface EMFSemanticModelBridge
- extends SemanticModelBridge
A representation of the model object 'EMF Semantic Model Bridge'.
The following features are supported:
- See Also:
DiagramInterchangePackage.getEMFSemanticModelBridge()
- ** Generated **
- Model:
Field Summary |
static java.lang.String |
copyright
|
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
copyright
static final java.lang.String copyright
-
- See Also:
- Constant Field Values
- ** Generated **
getElement
EObject getElement()
- Returns the value of the 'Element' reference.
If the meaning of the 'Element' reference isn't clear, there really should be more of a description
here...
- Returns:
- the value of the 'Element' reference.
- See Also:
setElement(EObject)
,
DiagramInterchangePackage.getEMFSemanticModelBridge_Element()
- ** Generated **
- Model:
- required="true"
setElement
void setElement(EObject value)
- Sets the value of the '
Element
' reference.
- Parameters:
value
- the new value of the 'Element' reference.- See Also:
getElement()
- ** Generated **
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.