public interface ModuleImport
A representation of the model object 'Module Import'.
The following features are supported:
QvtoperationalPackage.getModuleImport()
Method Summary | |
---|---|
org.eclipse.emf.common.util.EList<ModelType> |
getBinding()
Returns the value of the 'Binding' reference list. |
Module |
getImportedModule()
Returns the value of the 'Imported Module' reference. |
ImportKind |
getKind()
Returns the value of the 'Kind' attribute. |
Module |
getModule()
Returns the value of the 'Module' container reference. |
void |
setImportedModule(Module value)
Sets the value of the ' Imported Module ' reference. |
void |
setKind(ImportKind value)
Sets the value of the ' Kind ' attribute. |
void |
setModule(Module value)
Sets the value of the ' Module ' container reference. |
Methods inherited from interface org.eclipse.gmt.umlx.emof.Element |
---|
getOwnedComment, getTag |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
org.eclipse.emf.common.util.EList<ModelType> getBinding()
ModelType
.
If the meaning of the 'Binding' reference list isn't clear, there really should be more of a description here...
QvtoperationalPackage.getModuleImport_Binding()
Module getModule()
Module Import
'.
If the meaning of the 'Module' container reference isn't clear, there really should be more of a description here...
setModule(Module)
,
QvtoperationalPackage.getModuleImport_Module()
,
Module.getModuleImport()
void setModule(Module value)
Module
' container reference.
value
- the new value of the 'Module' container reference.getModule()
Module getImportedModule()
If the meaning of the 'Imported Module' reference isn't clear, there really should be more of a description here...
setImportedModule(Module)
,
QvtoperationalPackage.getModuleImport_ImportedModule()
void setImportedModule(Module value)
Imported Module
' reference.
value
- the new value of the 'Imported Module' reference.getImportedModule()
ImportKind getKind()
ImportKind
.
If the meaning of the 'Kind' attribute isn't clear, there really should be more of a description here...
ImportKind
,
setKind(ImportKind)
,
QvtoperationalPackage.getModuleImport_Kind()
void setKind(ImportKind value)
Kind
' attribute.
value
- the new value of the 'Kind' attribute.ImportKind
,
getKind()