Interface SeffAcquireAction
- All Superinterfaces:
EObject
,Notifier
,SeffAction
- All Known Implementing Classes:
SeffAcquireActionImpl
A representation of the model object 'Seff Acquire Action'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the value of the 'Amount' attribute.Returns the value of the 'Resource' reference.void
setAmount
(int value) Sets the value of the 'Amount
' attribute.void
setResource
(PassiveResource value) Sets the value of the 'Resource
' 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
Methods inherited from interface com.palladiosimulator.textual.repository.repoLang.SeffAction
getName, setName
-
Method Details
-
getResource
PassiveResource getResource()Returns the value of the 'Resource' reference.- Returns:
- the value of the 'Resource' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setResource
Sets the value of the 'Resource
' reference.- Parameters:
value
- the new value of the 'Resource' reference.- See Also:
- Generated class or method.
-
getAmount
int getAmount()Returns the value of the 'Amount' attribute.- Returns:
- the value of the 'Amount' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setAmount
void setAmount(int value) Sets the value of the 'Amount
' attribute.- Parameters:
value
- the new value of the 'Amount' attribute.- See Also:
- Generated class or method.
-