Class DerivedSettingDelegates
java.lang.Object
org.eclipse.epsilon.ecore.delegates.AbstractDelegates<org.eclipse.emf.ecore.EStructuralFeature,EpsilonSettingDelegate,EpsilonSettingDelegate.Factory>
org.eclipse.epsilon.ecore.delegates.setting.DerivedSettingDelegates
- All Implemented Interfaces:
Delegates<org.eclipse.emf.ecore.EStructuralFeature,
EpsilonSettingDelegate>
public class DerivedSettingDelegates
extends AbstractDelegates<org.eclipse.emf.ecore.EStructuralFeature,EpsilonSettingDelegate,EpsilonSettingDelegate.Factory>
implements Delegates<org.eclipse.emf.ecore.EStructuralFeature,EpsilonSettingDelegate>
Handle
EpsilonSettingDelegate
creation- Since:
- 2.5
-
Field Summary
Fields inherited from class org.eclipse.epsilon.ecore.delegates.AbstractDelegates
adapters, delegateUri
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate
(org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature) protected org.eclipse.emf.ecore.EPackage
getEPackage
(org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature) protected EpsilonSettingDelegate.Factory
getFactory
(String delegateURI, org.eclipse.emf.ecore.EStructuralFeature eObject) Methods inherited from class org.eclipse.epsilon.ecore.delegates.AbstractDelegates
getFactory
-
Constructor Details
-
DerivedSettingDelegates
-
-
Method Details
-
create
- Specified by:
create
in interfaceDelegates<org.eclipse.emf.ecore.EStructuralFeature,
EpsilonSettingDelegate>
-
getEPackage
protected org.eclipse.emf.ecore.EPackage getEPackage(org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature) - Specified by:
getEPackage
in classAbstractDelegates<org.eclipse.emf.ecore.EStructuralFeature,
EpsilonSettingDelegate, EpsilonSettingDelegate.Factory>
-
getFactory
protected EpsilonSettingDelegate.Factory getFactory(String delegateURI, org.eclipse.emf.ecore.EStructuralFeature eObject) - Specified by:
getFactory
in classAbstractDelegates<org.eclipse.emf.ecore.EStructuralFeature,
EpsilonSettingDelegate, EpsilonSettingDelegate.Factory>
-