Package org.somox.sourcecodedecorator
Interface SEFF2MethodMapping
- All Known Implementing Classes:
SEFF2MethodMappingImpl
A representation of the model object 'SEFF2
Method Mapping'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionorg.palladiosimulator.pcm.seff.ServiceEffectSpecificationgetSeff()Returns the value of the 'Seff' reference.tools.mdsd.jamopp.model.java.statements.StatementListContainerReturns the value of the 'Statement List Container' reference.voidsetSeff(org.palladiosimulator.pcm.seff.ServiceEffectSpecification value) Sets the value of the 'Seff' reference.voidsetStatementListContainer(tools.mdsd.jamopp.model.java.statements.StatementListContainer value) Sets the value of the 'Statement List Container' 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
-
getSeff
org.palladiosimulator.pcm.seff.ServiceEffectSpecification getSeff()Returns the value of the 'Seff' reference.If the meaning of the 'Seff' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Seff' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true"
-
setSeff
void setSeff(org.palladiosimulator.pcm.seff.ServiceEffectSpecification value) Sets the value of the 'Seff' reference.- Parameters:
value- the new value of the 'Seff' reference.- See Also:
- Generated class or method.
-
getStatementListContainer
tools.mdsd.jamopp.model.java.statements.StatementListContainer getStatementListContainer()Returns the value of the 'Statement List Container' reference.If the meaning of the 'Statement List Container' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Statement List Container' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true"
-
setStatementListContainer
void setStatementListContainer(tools.mdsd.jamopp.model.java.statements.StatementListContainer value) Sets the value of the 'Statement List Container' reference.- Parameters:
value- the new value of the 'Statement List Container' reference.- See Also:
- Generated class or method.
-