public interface FormulaItemInbound
extends org.eclipse.emf.ecore.EObject
The following features are supported:
OsgiPackage.getFormulaItemInbound()
Modifier and Type | Method and Description |
---|---|
String |
getInputFormula()
Returns the value of the 'Input Formula' attribute.
|
org.eclipse.emf.common.util.EList<TypedItemReference> |
getInputs()
Returns the value of the 'Inputs' containment reference list.
|
void |
setInputFormula(String value)
Sets the value of the '
Input Formula ' attribute. |
org.eclipse.emf.common.util.EList<TypedItemReference> getInputs()
TypedItemReference
.
If the meaning of the 'Inputs' containment reference list isn't clear, there really should be more of a description here...
OsgiPackage.getFormulaItemInbound_Inputs()
String getInputFormula()
If the meaning of the 'Input Formula' attribute isn't clear, there really should be more of a description here...
setInputFormula(String)
,
OsgiPackage.getFormulaItemInbound_InputFormula()
void setInputFormula(String value)
Input Formula
' attribute.
value
- the new value of the 'Input Formula' attribute.getInputFormula()