public class FormulaItemImpl extends ItemImpl implements FormulaItem
The following features are implemented:
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.Dynamicorg.eclipse.emf.ecore.impl.MinimalEObjectImpl.Containerorg.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImplorg.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_EDEFAULTEVIRTUAL_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, setNameeBasicSetContainer, eInternalContainerdynamicGet, 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, eSettingseAddVirtualValue, 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, eVirtualValueseNotificationRequired, eNotifyclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetInformation, getItemFeatures, getName, setInformation, setNameeAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetprotected 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 ItemImplpublic String getScriptEngine()
getScriptEngine in interface FormulaItemFormulaItem.setScriptEngine(String),
OsgiPackage.getFormulaItem_ScriptEngine()public void setScriptEngine(String newScriptEngine)
setScriptEngine in interface FormulaItemnewScriptEngine - the new value of the 'Script Engine' attribute.FormulaItem.getScriptEngine()public org.eclipse.emf.common.util.EList<CodeFragment> getInitScripts()
getInitScripts in interface FormulaItemOsgiPackage.getFormulaItem_InitScripts()public FormulaItemOutbound getOutbound()
getOutbound in interface FormulaItemFormulaItem.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 FormulaItemnewOutbound - the new value of the 'Outbound' containment reference.FormulaItem.getOutbound()public FormulaItemInbound getInbound()
getInbound in interface FormulaItemFormulaItem.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 FormulaItemnewInbound - 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 ItemImplpublic 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)