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:
ContextMappingDSLPackage.getApplication()
- Model:
- Generated:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<CommandEvent>
getCommands()
Returns the value of the 'Commands' containment reference list.org.eclipse.emf.common.util.EList<DomainEvent>
getEvents()
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.java.lang.String
getName()
Returns the value of the 'Name' attribute.org.eclipse.emf.common.util.EList<Service>
getServices()
Returns the value of the 'Services' containment reference list.void
setName(java.lang.String value)
Sets the value of the 'Name
' attribute.
-
-
-
Method Detail
-
getName
java.lang.String getName()
Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String)
,ContextMappingDSLPackage.getApplication_Name()
- Model:
- Generated:
-
setName
void setName(java.lang.String value)
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
getName()
- 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:
ContextMappingDSLPackage.getApplication_Commands()
- 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:
ContextMappingDSLPackage.getApplication_Events()
- 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:
ContextMappingDSLPackage.getApplication_Services()
- 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:
ContextMappingDSLPackage.getApplication_Flows()
- Model:
- containment="true"
- Generated:
-
-