Class EolDerivedSettingDelegate
java.lang.Object
org.eclipse.emf.ecore.util.BasicSettingDelegate
org.eclipse.emf.ecore.util.BasicSettingDelegate.Stateless
org.eclipse.epsilon.ecore.delegates.setting.EolDerivedSettingDelegate
- All Implemented Interfaces:
org.eclipse.emf.ecore.EStructuralFeature.Internal.SettingDelegate,EpsilonSettingDelegate
public class EolDerivedSettingDelegate
extends org.eclipse.emf.ecore.util.BasicSettingDelegate.Stateless
implements EpsilonSettingDelegate
A SettingDelegate for derived features.
Whenever a feature is described as derived, we assume it is also volatile, transient, and
non-changeable.
- Since:
- 2.5
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.util.BasicSettingDelegate
org.eclipse.emf.ecore.util.BasicSettingDelegate.StatelessNested classes/interfaces inherited from interface org.eclipse.epsilon.ecore.delegates.setting.EpsilonSettingDelegate
EpsilonSettingDelegate.FactoryNested classes/interfaces inherited from interface org.eclipse.emf.ecore.EStructuralFeature.Internal.SettingDelegate
org.eclipse.emf.ecore.EStructuralFeature.Internal.SettingDelegate.Factory -
Field Summary
Fields inherited from class org.eclipse.emf.ecore.util.BasicSettingDelegate
eStructuralFeature -
Constructor Summary
ConstructorsConstructorDescriptionEolDerivedSettingDelegate(org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature, EolOperationDelegateContext delegateContext, SettingUri uri) -
Method Summary
Methods inherited from class org.eclipse.emf.ecore.util.BasicSettingDelegate.Stateless
dynamicGet, dynamicInverseAdd, dynamicInverseRemove, dynamicIsSet, dynamicSet, dynamicSetting, dynamicUnset, inverseAdd, inverseRemove, set, setting, unsetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.emf.ecore.EStructuralFeature.Internal.SettingDelegate
dynamicGet, dynamicInverseAdd, dynamicInverseRemove, dynamicIsSet, dynamicSet, dynamicSetting, dynamicUnset
-
Constructor Details
-
EolDerivedSettingDelegate
public EolDerivedSettingDelegate(org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature, EolOperationDelegateContext delegateContext, SettingUri uri)
-
-
Method Details
-
get
protected Object get(org.eclipse.emf.ecore.InternalEObject owner, boolean resolve, boolean coreType) - Specified by:
getin classorg.eclipse.emf.ecore.util.BasicSettingDelegate.Stateless
-
isSet
protected boolean isSet(org.eclipse.emf.ecore.InternalEObject owner) - Specified by:
isSetin classorg.eclipse.emf.ecore.util.BasicSettingDelegate.Stateless
-
reset
public void reset()- Specified by:
resetin interfaceEpsilonSettingDelegate
-