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 aEStructuralFeature
bound 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 boolean
equals(Object obj)
org.eclipse.emf.ecore.EStructuralFeature
getFeature()
Returns the feature.org.eclipse.emf.ecore.EObject
getObject()
Returns the object.int
hashCode()
-