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 TypeMethodDescriptionboolean
org.eclipse.emf.ecore.EStructuralFeature
Returns the feature.org.eclipse.emf.ecore.EObject
Returns the object.int
hashCode()
-
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 benull
feature
- 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
-