Interface SendAction
-
- All Superinterfaces:
Action,java.lang.Comparable<java.lang.Object>,org.eclipse.emf.ecore.EModelElement,org.eclipse.emf.ecore.EObject,MDWEObject,MDWObject,ModelElement,org.eclipse.emf.common.notify.Notifier
public interface SendAction extends Action
A representation of the model object 'Send Action'.The following features are supported:
- See Also:
RhapsodyPackage.getSendAction()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MDWEListgetArgumentValues()Returns the value of the 'Argument Values' attribute list.EventgetEvent()Returns the value of the 'Event' reference.ModelElementgetTarget()Returns the value of the 'Target' reference.voidsetEvent(Event value)Sets the value of the 'Event' reference.voidsetTarget(ModelElement value)Sets the value of the 'Target' reference.-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
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 com.sodius.mdw.core.model.MDWObject
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
-
Methods inherited from interface com.sodius.mdw.metamodel.rhapsody.ModelElement
getAllTags, getAnnotations, getConstraints, getConstraintsByHim, getControlledFiles, getDependencies, getDescription, getDescriptionHTML, getDescriptionRTF, getDisplayName, getFullPathName, getGUID, getHyperLinks, getInterfaceName, getLocalTags, getMainDiagram, getMetaClass, getName, getOfTemplate, getOwnedDependencies, getOwner, getProject, getProperties, getProperty, getReferences, getStereotype, getStereotypes, getTemplateParameters, getTi, getUserDefinedMetaClass, isATemplate, isExternal, isRequirementTraceabilityHandle, isShowDisplayName, isUnresolved, setDescription, setDescriptionHTML, setDescriptionRTF, setDisplayName, setFullPathName, setGUID, setInterfaceName, setIsATemplate, setIsExternal, setIsShowDisplayName, setIsUnresolved, setMainDiagram, setMetaClass, setName, setOfTemplate, setOwner, setProject, setRequirementTraceabilityHandle, setStereotype, setTi, setUserDefinedMetaClass
-
-
-
-
Method Detail
-
getArgumentValues
MDWEList getArgumentValues()
Returns the value of the 'Argument Values' attribute list. The list contents are of typeString.- Returns:
- the value of the 'Argument Values' attribute list.
- See Also:
RhapsodyPackage.getSendAction_ArgumentValues()
-
getTarget
ModelElement getTarget()
Returns the value of the 'Target' reference.- Returns:
- the value of the 'Target' reference.
- See Also:
setTarget(ModelElement),RhapsodyPackage.getSendAction_Target()
-
setTarget
void setTarget(ModelElement value)
Sets the value of the 'Target' reference.- Parameters:
value- the new value of the 'Target' reference.- See Also:
getTarget()
-
getEvent
Event getEvent()
Returns the value of the 'Event' reference.- Returns:
- the value of the 'Event' reference.
- See Also:
setEvent(Event),RhapsodyPackage.getSendAction_Event()
-
setEvent
void setEvent(Event value)
Sets the value of the 'Event' reference.- Parameters:
value- the new value of the 'Event' reference.- See Also:
getEvent()
-
-