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.AbstractActionReturns the value of the 'Abstract Action' reference.org.emftext.language.java.members.ClassMethodReturns the value of the 'Class Method' reference.voidsetAbstractAction(org.palladiosimulator.pcm.seff.AbstractAction value) Sets the value of the 'Abstract Action' reference.voidsetClassMethod(org.emftext.language.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, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getClassMethod
org.emftext.language.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(org.emftext.language.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.
-