Interface SeffAcquireAction
-
- All Superinterfaces:
EObject
,Notifier
,SeffAction
- All Known Implementing Classes:
SeffAcquireActionImpl
public interface SeffAcquireAction extends SeffAction
A representation of the model object 'Seff Acquire Action'.The following features are supported:
- See Also:
RepoLangPackage.getSeffAcquireAction()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAmount()
Returns the value of the 'Amount' attribute.PassiveResource
getResource()
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 Detail
-
getResource
PassiveResource getResource()
Returns the value of the 'Resource' reference.- Returns:
- the value of the 'Resource' reference.
- See Also:
setResource(PassiveResource)
,RepoLangPackage.getSeffAcquireAction_Resource()
- Generated class or method.
- EMF model class or method.
-
setResource
void setResource(PassiveResource value)
Sets the value of the 'Resource
' reference.- Parameters:
value
- the new value of the 'Resource' reference.- See Also:
getResource()
- Generated class or method.
-
getAmount
int getAmount()
Returns the value of the 'Amount' attribute.- Returns:
- the value of the 'Amount' attribute.
- See Also:
setAmount(int)
,RepoLangPackage.getSeffAcquireAction_Amount()
- 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:
getAmount()
- Generated class or method.
-
-