public interface FormulaItem extends Item
The following features are supported:
OsgiPackage.getFormulaItem()| Modifier and Type | Method and Description |
|---|---|
FormulaItemInbound |
getInbound()
Returns the value of the 'Inbound' containment reference.
|
org.eclipse.emf.common.util.EList<CodeFragment> |
getInitScripts()
Returns the value of the 'Init Scripts' containment reference list.
|
FormulaItemOutbound |
getOutbound()
Returns the value of the 'Outbound' containment reference.
|
String |
getScriptEngine()
Returns the value of the 'Script Engine' attribute.
|
void |
setInbound(FormulaItemInbound value)
Sets the value of the '
Inbound' containment reference. |
void |
setOutbound(FormulaItemOutbound value)
Sets the value of the '
Outbound' containment reference. |
void |
setScriptEngine(String value)
Sets the value of the '
Script Engine' attribute. |
getInformation, getItemFeatures, getName, setInformation, setNameString getScriptEngine()
If the meaning of the 'Script Engine' attribute isn't clear, there really should be more of a description here...
setScriptEngine(String),
OsgiPackage.getFormulaItem_ScriptEngine()void setScriptEngine(String value)
Script Engine' attribute.
value - the new value of the 'Script Engine' attribute.getScriptEngine()org.eclipse.emf.common.util.EList<CodeFragment> getInitScripts()
CodeFragment.
If the meaning of the 'Init Scripts' containment reference list isn't clear, there really should be more of a description here...
OsgiPackage.getFormulaItem_InitScripts()FormulaItemOutbound getOutbound()
If the meaning of the 'Outbound' containment reference isn't clear, there really should be more of a description here...
setOutbound(FormulaItemOutbound),
OsgiPackage.getFormulaItem_Outbound()void setOutbound(FormulaItemOutbound value)
Outbound' containment reference.
value - the new value of the 'Outbound' containment reference.getOutbound()FormulaItemInbound getInbound()
If the meaning of the 'Inbound' reference isn't clear, there really should be more of a description here...
setInbound(FormulaItemInbound),
OsgiPackage.getFormulaItem_Inbound()void setInbound(FormulaItemInbound value)
Inbound' containment reference.
value - the new value of the 'Inbound' containment reference.getInbound()