public class FormulaItemImpl extends ItemImpl implements FormulaItem
The following features are implemented:
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.Dynamic
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList
Modifier and Type | Field and Description |
---|---|
protected FormulaItemInbound |
inbound
The cached value of the '
Inbound ' containment reference. |
protected org.eclipse.emf.common.util.EList<CodeFragment> |
initScripts
The cached value of the '
Init Scripts ' containment reference list. |
protected FormulaItemOutbound |
outbound
The cached value of the '
Outbound ' containment reference. |
protected static String |
SCRIPT_ENGINE_EDEFAULT
The default value of the '
Script Engine ' attribute. |
protected String |
scriptEngine
The cached value of the '
Script Engine ' attribute. |
information, itemFeatures, name, NAME_EDEFAULT
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET
Modifier | Constructor and Description |
---|---|
protected |
FormulaItemImpl() |
Modifier and Type | Method and Description |
---|---|
FormulaItemInbound |
basicGetInbound() |
FormulaItemOutbound |
basicGetOutbound() |
org.eclipse.emf.common.notify.NotificationChain |
basicSetInbound(FormulaItemInbound newInbound,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
basicSetOutbound(FormulaItemOutbound newOutbound,
org.eclipse.emf.common.notify.NotificationChain msgs) |
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
org.eclipse.emf.common.notify.NotificationChain |
eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
protected org.eclipse.emf.ecore.EClass |
eStaticClass() |
void |
eUnset(int featureID) |
FormulaItemInbound |
getInbound() |
org.eclipse.emf.common.util.EList<CodeFragment> |
getInitScripts() |
FormulaItemOutbound |
getOutbound() |
String |
getScriptEngine() |
void |
setInbound(FormulaItemInbound newInbound) |
void |
setOutbound(FormulaItemOutbound newOutbound) |
void |
setScriptEngine(String newScriptEngine) |
String |
toString() |
basicGetInformation, basicSetInformation, eInverseAdd, getInformation, getItemFeatures, getName, setInformation, setName
eBasicSetContainer, eInternalContainer
dynamicGet, dynamicSet, dynamicUnset, eAdapters, eBasicAdapterArray, eBasicAdapterListeners, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetAdapterListeners, eBasicSetContainer, eBasicSetContainerFeatureID, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eDynamicClass, eHasSettings, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSetDirectResource, eSetProxyURI, eSettings
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
eNotificationRequired, eNotify
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getInformation, getItemFeatures, getName, setInformation, setName
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
protected static final String SCRIPT_ENGINE_EDEFAULT
Script Engine
' attribute.
getScriptEngine()
protected String scriptEngine
Script Engine
' attribute.
getScriptEngine()
protected org.eclipse.emf.common.util.EList<CodeFragment> initScripts
Init Scripts
' containment reference list.
getInitScripts()
protected FormulaItemOutbound outbound
Outbound
' containment reference.
getOutbound()
protected FormulaItemInbound inbound
Inbound
' containment reference.
getInbound()
protected org.eclipse.emf.ecore.EClass eStaticClass()
eStaticClass
in class ItemImpl
public String getScriptEngine()
getScriptEngine
in interface FormulaItem
FormulaItem.setScriptEngine(String)
,
OsgiPackage.getFormulaItem_ScriptEngine()
public void setScriptEngine(String newScriptEngine)
setScriptEngine
in interface FormulaItem
newScriptEngine
- the new value of the 'Script Engine' attribute.FormulaItem.getScriptEngine()
public org.eclipse.emf.common.util.EList<CodeFragment> getInitScripts()
getInitScripts
in interface FormulaItem
OsgiPackage.getFormulaItem_InitScripts()
public FormulaItemOutbound getOutbound()
getOutbound
in interface FormulaItem
FormulaItem.setOutbound(FormulaItemOutbound)
,
OsgiPackage.getFormulaItem_Outbound()
public FormulaItemOutbound basicGetOutbound()
public org.eclipse.emf.common.notify.NotificationChain basicSetOutbound(FormulaItemOutbound newOutbound, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setOutbound(FormulaItemOutbound newOutbound)
setOutbound
in interface FormulaItem
newOutbound
- the new value of the 'Outbound' containment reference.FormulaItem.getOutbound()
public FormulaItemInbound getInbound()
getInbound
in interface FormulaItem
FormulaItem.setInbound(FormulaItemInbound)
,
OsgiPackage.getFormulaItem_Inbound()
public FormulaItemInbound basicGetInbound()
public org.eclipse.emf.common.notify.NotificationChain basicSetInbound(FormulaItemInbound newInbound, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setInbound(FormulaItemInbound newInbound)
setInbound
in interface FormulaItem
newInbound
- the new value of the 'Inbound' containment reference.FormulaItem.getInbound()
public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)
eInverseRemove
in class ItemImpl
public Object eGet(int featureID, boolean resolve, boolean coreType)
public void eSet(int featureID, Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)