Interface GroupMemberCommandEventTrigger
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,EventTrigger
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
GroupMemberCommandEventTriggerImpl
A representation of the model object 'Group Member Command Event Trigger'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Command' containment reference.getGroup()
Returns the value of the 'Group' attribute.void
setCommand
(ValidCommand value) Sets the value of the 'Command
' containment reference.void
Sets the value of the 'Group
' 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
-
getGroup
String getGroup()Returns the value of the 'Group' attribute.- Returns:
- the value of the 'Group' attribute.
- See Also:
-
setGroup
Sets the value of the 'Group
' attribute.- Parameters:
value
- the new value of the 'Group' attribute.- See Also:
-
getCommand
ValidCommand getCommand()Returns the value of the 'Command' containment reference.- Returns:
- the value of the 'Command' containment reference.
- See Also:
-
setCommand
Sets the value of the 'Command
' containment reference.- Parameters:
value
- the new value of the 'Command' containment reference.- See Also:
-