Package org.somox.seff2javaast
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 TypeMethodDescriptiontools.mdsd.jamopp.model.java.statements.StatementListContainerReturns the value of the 'Blockstatement' reference.org.palladiosimulator.pcm.seff.ServiceEffectSpecificationgetSeff()Returns the value of the 'Seff' reference.voidsetBlockstatement(tools.mdsd.jamopp.model.java.statements.StatementListContainer value) Sets the value of the 'Blockstatement' reference.voidsetSeff(org.palladiosimulator.pcm.seff.ServiceEffectSpecification value) Sets the value of the 'Seff' 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
-
getBlockstatement
tools.mdsd.jamopp.model.java.statements.StatementListContainer getBlockstatement()Returns the value of the 'Blockstatement' reference.If the meaning of the 'Blockstatement' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Blockstatement' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setBlockstatement
void setBlockstatement(tools.mdsd.jamopp.model.java.statements.StatementListContainer value) Sets the value of the 'Blockstatement' reference.- Parameters:
value- the new value of the 'Blockstatement' reference.- See Also:
- Generated class or method.
-
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" ordered="false"
-
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.
-