Package com._1c.g5.v8.dt.common
Class EObjectFeature
- java.lang.Object
-
- com._1c.g5.v8.dt.common.EObjectFeature
-
public class EObjectFeature extends Object
Class representing aEStructuralFeaturebound to a particularEObject.
-
-
Constructor Summary
Constructors Constructor Description EObjectFeature(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature)Constructs a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)org.eclipse.emf.ecore.EStructuralFeaturegetFeature()Returns the feature.org.eclipse.emf.ecore.EObjectgetObject()Returns the object.inthashCode()
-