Class DelegatingObjectFeatureImpl
java.lang.Object
com.e1c.langtool.v8.dt.translator.ObjectFeatureImpl
com.e1c.langtool.v8.dt.translator.DelegatingObjectFeatureImpl
- All Implemented Interfaces:
DelegatingObjectFeature,ObjectFeature,Serializable
public class DelegatingObjectFeatureImpl
extends ObjectFeatureImpl
implements DelegatingObjectFeature
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDelegatingObjectFeatureImpl(org.eclipse.emf.ecore.EClass eClass, org.eclipse.emf.ecore.EStructuralFeature eFeature) DelegatingObjectFeatureImpl(org.eclipse.emf.ecore.EClass eClass, org.eclipse.emf.ecore.EStructuralFeature eFeature, int index) -
Method Summary
Methods inherited from class com.e1c.langtool.v8.dt.translator.ObjectFeatureImpl
getFeature, getIndex, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.e1c.langtool.v8.dt.translator.ObjectFeature
getFeature, getIndex
-
Constructor Details
-
DelegatingObjectFeatureImpl
public DelegatingObjectFeatureImpl(org.eclipse.emf.ecore.EClass eClass, org.eclipse.emf.ecore.EStructuralFeature eFeature) -
DelegatingObjectFeatureImpl
public DelegatingObjectFeatureImpl(org.eclipse.emf.ecore.EClass eClass, org.eclipse.emf.ecore.EStructuralFeature eFeature, int index)
-
-
Method Details
-
getEClass
public org.eclipse.emf.ecore.EClass getEClass()- Specified by:
getEClassin interfaceDelegatingObjectFeature
-
setEClass
protected void setEClass(org.eclipse.emf.ecore.EClass eClass)
-