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.ServiceEffectSpecification
getSeff()
Returns the value of the 'Seff' reference.org.emftext.language.java.statements.StatementListContainer
Returns the value of the 'Statement List Container' reference.void
setSeff
(org.palladiosimulator.pcm.seff.ServiceEffectSpecification value) Sets the value of the 'Seff
' reference.void
setStatementListContainer
(org.emftext.language.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, eUnset
Methods 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
org.emftext.language.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(org.emftext.language.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.
-