Package org.somox.sourcecodedecorator
Interface AbstractActionClassMethodLink
- All Known Implementing Classes:
AbstractActionClassMethodLinkImpl
A representation of the model object '
Abstract Action Class Method Link'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionorg.palladiosimulator.pcm.seff.AbstractAction
Returns the value of the 'Abstract Action' reference.tools.mdsd.jamopp.model.java.members.ClassMethod
Returns the value of the 'Class Method' reference.void
setAbstractAction
(org.palladiosimulator.pcm.seff.AbstractAction value) Sets the value of the 'Abstract Action
' reference.void
setClassMethod
(tools.mdsd.jamopp.model.java.members.ClassMethod value) Sets the value of the 'Class Method
' reference.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
-
getClassMethod
tools.mdsd.jamopp.model.java.members.ClassMethod getClassMethod()Returns the value of the 'Class Method' reference.If the meaning of the 'Class Method' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Class Method' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setClassMethod
void setClassMethod(tools.mdsd.jamopp.model.java.members.ClassMethod value) Sets the value of the 'Class Method
' reference.- Parameters:
value
- the new value of the 'Class Method' reference.- See Also:
- Generated class or method.
-
getAbstractAction
org.palladiosimulator.pcm.seff.AbstractAction getAbstractAction()Returns the value of the 'Abstract Action' reference.If the meaning of the 'Abstract Action' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Abstract Action' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setAbstractAction
void setAbstractAction(org.palladiosimulator.pcm.seff.AbstractAction value) Sets the value of the 'Abstract Action
' reference.- Parameters:
value
- the new value of the 'Abstract Action' reference.- See Also:
- Generated class or method.
-