Interface Application
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
public interface Application
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Application'.
The following features are supported:
- See Also:
- Model:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<CommandEvent>
Returns the value of the 'Commands' containment reference list.org.eclipse.emf.common.util.EList<DomainEvent>
Returns the value of the 'Events' containment reference list.org.eclipse.emf.common.util.EList<Flow>
getFlows()
Returns the value of the 'Flows' containment reference list.getName()
Returns the value of the 'Name' attribute.org.eclipse.emf.common.util.EList<Service>
Returns the value of the 'Services' containment reference list.void
Sets the value of the 'Name
' attribute.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
-
getName
String getName()Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
- Model:
- Generated:
-
setName
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
- Generated:
-
getCommands
org.eclipse.emf.common.util.EList<CommandEvent> getCommands()Returns the value of the 'Commands' containment reference list. The list contents are of typeCommandEvent
.- Returns:
- the value of the 'Commands' containment reference list.
- See Also:
- Model:
- containment="true"
- Generated:
-
getEvents
org.eclipse.emf.common.util.EList<DomainEvent> getEvents()Returns the value of the 'Events' containment reference list. The list contents are of typeDomainEvent
.- Returns:
- the value of the 'Events' containment reference list.
- See Also:
- Model:
- containment="true"
- Generated:
-
getServices
org.eclipse.emf.common.util.EList<Service> getServices()Returns the value of the 'Services' containment reference list. The list contents are of typeService
.- Returns:
- the value of the 'Services' containment reference list.
- See Also:
- Model:
- containment="true"
- Generated:
-
getFlows
org.eclipse.emf.common.util.EList<Flow> getFlows()Returns the value of the 'Flows' containment reference list. The list contents are of typeFlow
.- Returns:
- the value of the 'Flows' containment reference list.
- See Also:
- Model:
- containment="true"
- Generated:
-