public interface FunctionBlockInstanceTaskAssignment extends ProgramConfigElement
The following features are supported:
ProgramsPackage.getFunctionBlockInstanceTaskAssignment()
Modifier and Type | Method and Description |
---|---|
VariableAccess |
getAssignsFunBlockInstance()
Returns the value of the 'Assigns Fun Block Instance' reference.
|
Task |
getHasFunBlockAssignTask()
Returns the value of the 'Has Fun Block Assign Task' reference.
|
void |
setAssignsFunBlockInstance(VariableAccess value)
Sets the value of the '
Assigns Fun Block Instance ' reference. |
void |
setHasFunBlockAssignTask(Task value)
Sets the value of the '
Has Fun Block Assign Task ' reference. |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
VariableAccess getAssignsFunBlockInstance()
If the meaning of the 'Assigns Fun Block Instance' reference isn't clear, there really should be more of a description here...
setAssignsFunBlockInstance(VariableAccess)
,
ProgramsPackage.getFunctionBlockInstanceTaskAssignment_AssignsFunBlockInstance()
void setAssignsFunBlockInstance(VariableAccess value)
Assigns Fun Block Instance
' reference.
value
- the new value of the 'Assigns Fun Block Instance' reference.getAssignsFunBlockInstance()
Task getHasFunBlockAssignTask()
If the meaning of the 'Has Fun Block Assign Task' reference isn't clear, there really should be more of a description here...
setHasFunBlockAssignTask(Task)
,
ProgramsPackage.getFunctionBlockInstanceTaskAssignment_HasFunBlockAssignTask()
void setHasFunBlockAssignTask(Task value)
Has Fun Block Assign Task
' reference.
value
- the new value of the 'Has Fun Block Assign Task' reference.getHasFunBlockAssignTask()