public interface FormulaItemOutbound
extends org.eclipse.emf.ecore.EObject
The following features are supported:
OsgiPackage.getFormulaItemOutbound()
Modifier and Type | Method and Description |
---|---|
TypedItemReference |
getOutput()
Returns the value of the 'Output' containment reference.
|
String |
getOutputFormula()
Returns the value of the 'Output Formula' attribute.
|
String |
getWriteValueVariableName()
Returns the value of the 'Write Value Variable Name' attribute.
|
void |
setOutput(TypedItemReference value)
Sets the value of the '
Output ' containment reference. |
void |
setOutputFormula(String value)
Sets the value of the '
Output Formula ' attribute. |
void |
setWriteValueVariableName(String value)
Sets the value of the '
Write Value Variable Name ' attribute. |
TypedItemReference getOutput()
If the meaning of the 'Output' containment reference isn't clear, there really should be more of a description here...
setOutput(TypedItemReference)
,
OsgiPackage.getFormulaItemOutbound_Output()
void setOutput(TypedItemReference value)
Output
' containment reference.
value
- the new value of the 'Output' containment reference.getOutput()
String getOutputFormula()
If the meaning of the 'Output Formula' attribute isn't clear, there really should be more of a description here...
setOutputFormula(String)
,
OsgiPackage.getFormulaItemOutbound_OutputFormula()
void setOutputFormula(String value)
Output Formula
' attribute.
value
- the new value of the 'Output Formula' attribute.getOutputFormula()
String getWriteValueVariableName()
If the meaning of the 'Write Value Variable Name' attribute isn't clear, there really should be more of a description here...
setWriteValueVariableName(String)
,
OsgiPackage.getFormulaItemOutbound_WriteValueVariableName()
void setWriteValueVariableName(String value)
Write Value Variable Name
' attribute.
value
- the new value of the 'Write Value Variable Name' attribute.getWriteValueVariableName()