public interface EventModel
extends org.eclipse.emf.ecore.EObject
The following features are supported:
VeplPackage.getEventModel()| Modifier and Type | Method and Description |
|---|---|
ContextEnum |
getContext()
Returns the value of the 'Context' attribute.
|
org.eclipse.emf.common.util.EList<Import> |
getImports()
Returns the value of the 'Imports' containment reference list.
|
org.eclipse.emf.common.util.EList<ModelElement> |
getModelElements()
Returns the value of the 'Model Elements' containment reference list.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
void |
setContext(ContextEnum value)
Sets the value of the '
Context' attribute. |
void |
setName(java.lang.String value)
Sets the value of the '
Name' attribute. |
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
VeplPackage.getEventModel_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()org.eclipse.emf.common.util.EList<Import> getImports()
Import.
If the meaning of the 'Imports' containment reference list isn't clear, there really should be more of a description here...
VeplPackage.getEventModel_Imports()ContextEnum getContext()
ContextEnum.
If the meaning of the 'Context' attribute isn't clear, there really should be more of a description here...
ContextEnum,
setContext(ContextEnum),
VeplPackage.getEventModel_Context()void setContext(ContextEnum value)
Context' attribute.
value - the new value of the 'Context' attribute.ContextEnum,
getContext()org.eclipse.emf.common.util.EList<ModelElement> getModelElements()
ModelElement.
If the meaning of the 'Model Elements' containment reference list isn't clear, there really should be more of a description here...
VeplPackage.getEventModel_ModelElements()