Interface StorageDataflow
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
StorageDataflowImpl
public interface StorageDataflow
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Storage Dataflow'.
The following features are supported:
- See Also:
ExecutionPackage.getStorageDataflow()
- Generated:
- Model:
-
Method Summary
Modifier and Type Method Description DeployedOperation
getCode()
Returns the value of the 'Code' reference.EDirection
getDirection()
Returns the value of the 'Direction' attribute.DeployedStorage
getStorage()
Returns the value of the 'Storage' reference.void
setCode(DeployedOperation value)
Sets the value of the 'Code
' reference.void
setDirection(EDirection value)
Sets the value of the 'Direction
' attribute.void
setStorage(DeployedStorage value)
Sets the value of the 'Storage
' reference.
-
Method Details
-
getStorage
DeployedStorage getStorage()Returns the value of the 'Storage' reference.- Returns:
- the value of the 'Storage' reference.
- See Also:
setStorage(DeployedStorage)
,ExecutionPackage.getStorageDataflow_Storage()
- Generated:
- Model:
-
setStorage
Sets the value of the 'Storage
' reference.- Parameters:
value
- the new value of the 'Storage' reference.- See Also:
getStorage()
- Generated:
-
getCode
DeployedOperation getCode()Returns the value of the 'Code' reference.- Returns:
- the value of the 'Code' reference.
- See Also:
setCode(DeployedOperation)
,ExecutionPackage.getStorageDataflow_Code()
- Generated:
- Model:
-
setCode
Sets the value of the 'Code
' reference.- Parameters:
value
- the new value of the 'Code' reference.- See Also:
getCode()
- Generated:
-
getDirection
EDirection getDirection()Returns the value of the 'Direction' attribute. The literals are from the enumerationEDirection
.- Returns:
- the value of the 'Direction' attribute.
- See Also:
EDirection
,setDirection(EDirection)
,ExecutionPackage.getStorageDataflow_Direction()
- Generated:
- Model:
-
setDirection
Sets the value of the 'Direction
' attribute.- Parameters:
value
- the new value of the 'Direction' attribute.- See Also:
EDirection
,getDirection()
- Generated:
-