Interface Module
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ModuleImpl
public interface Module
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Module'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Canonical Name' attribute.org.eclipse.emf.common.util.EList<DeclaredProperty>
Returns the value of the 'Declared Properties' containment reference list.org.eclipse.emf.common.util.EList<Import>
Returns the value of the 'Imports' containment reference list.getRoot()
Returns the value of the 'Root' containment reference.void
setCanonicalName
(String value) Sets the value of the 'Canonical Name
' attribute.void
Sets the value of the 'Root
' containment 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 Details
-
getCanonicalName
String getCanonicalName()Returns the value of the 'Canonical Name' attribute.- Returns:
- the value of the 'Canonical Name' attribute.
- See Also:
-
setCanonicalName
Sets the value of the 'Canonical Name
' attribute.- Parameters:
value
- the new value of the 'Canonical Name' attribute.- See Also:
-
getImports
org.eclipse.emf.common.util.EList<Import> getImports()Returns the value of the 'Imports' containment reference list. The list contents are of typeImport
.- Returns:
- the value of the 'Imports' containment reference list.
- See Also:
-
getDeclaredProperties
org.eclipse.emf.common.util.EList<DeclaredProperty> getDeclaredProperties()Returns the value of the 'Declared Properties' containment reference list. The list contents are of typeDeclaredProperty
. It is bidirectional and its opposite is 'Module
'.- Returns:
- the value of the 'Declared Properties' containment reference list.
- See Also:
-
getRoot
Component getRoot()Returns the value of the 'Root' containment reference.- Returns:
- the value of the 'Root' containment reference.
- See Also:
-
setRoot
Sets the value of the 'Root
' containment reference.- Parameters:
value
- the new value of the 'Root' containment reference.- See Also:
-