Interface SEFFAssignmentOrCall
-
- All Superinterfaces:
EObject
,Notifier
,SEFFContent
- All Known Subinterfaces:
SEFFAssignment
,SEFFCallAction
- All Known Implementing Classes:
SEFFAssignmentImpl
,SEFFAssignmentOrCallImpl
,SEFFCallActionImpl
public interface SEFFAssignmentOrCall extends SEFFContent
A representation of the model object 'SEFF Assignment Or Call'.The following features are supported:
- See Also:
LanguagePackage.getSEFFAssignmentOrCall()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResultAssignment
getResult()
Returns the value of the 'Result' containment reference.void
setResult(ResultAssignment value)
Sets the value of the 'Result
' containment 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 Detail
-
getResult
ResultAssignment getResult()
Returns the value of the 'Result' containment reference.- Returns:
- the value of the 'Result' containment reference.
- See Also:
setResult(ResultAssignment)
,LanguagePackage.getSEFFAssignmentOrCall_Result()
- Generated class or method.
- EMF model class or method.
- containment="true"
-
setResult
void setResult(ResultAssignment value)
Sets the value of the 'Result
' containment reference.- Parameters:
value
- the new value of the 'Result' containment reference.- See Also:
getResult()
- Generated class or method.
-
-