Package com._1c.g5.v8.dt.common
Class EObjectFeature
java.lang.Object
com._1c.g5.v8.dt.common.EObjectFeature
Class representing a
EStructuralFeature bound to a particular EObject.-
Constructor Summary
ConstructorsConstructorDescriptionEObjectFeature(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature) Constructs a new instance. -
Method Summary
Modifier and TypeMethodDescriptionbooleanorg.eclipse.emf.ecore.EStructuralFeatureReturns the feature.org.eclipse.emf.ecore.EObjectReturns the object.inthashCode()
-
Constructor Details
-
EObjectFeature
public EObjectFeature(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature) Constructs a new instance.- Parameters:
object- the object, cannot benullfeature- the feature, cannot benull
-
-
Method Details
-
getObject
public org.eclipse.emf.ecore.EObject getObject()Returns the object.- Returns:
- the object, never
null
-
getFeature
public org.eclipse.emf.ecore.EStructuralFeature getFeature()Returns the feature.- Returns:
- the feature, never
null
-
hashCode
public int hashCode() -
equals
-