Uses of Interface
org.eclipse.emf.ecore.EReference

Packages that use EReference
org.eclipse.emf.codegen.ecore.genmodel   
org.eclipse.emf.codegen.ecore.genmodel.impl   
org.eclipse.emf.ecore Provides an API for the Ecore dialect of UML. 
org.eclipse.emf.ecore.change Provides an API for describing and applying model changes. 
org.eclipse.emf.ecore.change.impl Provides an implementation of the Change model. 
org.eclipse.emf.ecore.change.util Provides utilities. 
org.eclipse.emf.ecore.impl Provides an implementation of Ecore. 
org.eclipse.emf.ecore.util Provides utilities. 
org.eclipse.emf.ecore.xmi.impl   
org.eclipse.emf.ecore.xml.namespace   
org.eclipse.emf.ecore.xml.namespace.impl   
org.eclipse.emf.ecore.xml.type   
org.eclipse.emf.ecore.xml.type.impl   
org.eclipse.emf.edit.command This provides a framework for implementing and composing Commands as well as implementations of all primitive EMF commands.
org.eclipse.emf.edit.provider This provides reusable ItemProviderAdapter support to drive JFace StructuredViewers, Eclipse IPropertySources, and EditingDomain
org.eclipse.emf.edit.tree   
org.eclipse.emf.edit.tree.impl   
org.eclipse.emf.importer.rose.builder   
org.eclipse.emf.mapping   
org.eclipse.emf.mapping.ecore2xml   
org.eclipse.emf.mapping.ecore2xml.impl   
org.eclipse.emf.mapping.impl   
 

Uses of EReference in org.eclipse.emf.codegen.ecore.genmodel
 

Methods in org.eclipse.emf.codegen.ecore.genmodel that return EReference
 EReference GenModelPackage.getGenModel_GenPackages()
          Returns the meta object for the containment reference list 'Gen Packages'
 EReference GenModelPackage.getGenModel_UsedGenPackages()
          Returns the meta object for the reference list 'Used Gen Packages'
 EReference GenModelPackage.getGenPackage_EcorePackage()
          Returns the meta object for the reference 'Ecore Package'
 EReference GenModelPackage.getGenPackage_GenModel()
          Returns the meta object for the container reference 'Gen Model'
 EReference GenModelPackage.getGenPackage_GenEnums()
          Returns the meta object for the containment reference list 'Gen Enums'
 EReference GenModelPackage.getGenPackage_GenDataTypes()
          Returns the meta object for the containment reference list 'Gen Data Types'
 EReference GenModelPackage.getGenPackage_GenClasses()
          Returns the meta object for the containment reference list 'Gen Classes'
 EReference GenModelPackage.getGenPackage_NestedGenPackages()
          Returns the meta object for the containment reference list 'Nested Gen Packages'
 EReference GenModelPackage.getGenPackage_GenClassifiers()
          Returns the meta object for the reference list 'Gen Classifiers'
 EReference GenModelPackage.getGenClass_EcoreClass()
          Returns the meta object for the reference 'Ecore Class'
 EReference GenModelPackage.getGenClass_GenFeatures()
          Returns the meta object for the containment reference list 'Gen Features'
 EReference GenModelPackage.getGenClass_GenOperations()
          Returns the meta object for the containment reference list 'Gen Operations'
 EReference GenModelPackage.getGenClass_LabelFeature()
          Returns the meta object for the reference 'Label Feature'
 EReference GenModelPackage.getGenFeature_GenClass()
          Returns the meta object for the container reference 'Gen Class'
 EReference GenModelPackage.getGenFeature_EcoreFeature()
          Returns the meta object for the reference 'Ecore Feature'
 EReference GenModelPackage.getGenEnum_EcoreEnum()
          Returns the meta object for the reference 'Ecore Enum'
 EReference GenModelPackage.getGenEnum_GenEnumLiterals()
          Returns the meta object for the containment reference list 'Gen Enum Literals'
 EReference GenModelPackage.getGenEnumLiteral_GenEnum()
          Returns the meta object for the container reference 'Gen Enum'
 EReference GenModelPackage.getGenEnumLiteral_EcoreEnumLiteral()
          Returns the meta object for the reference 'Ecore Enum Literal'
 EReference GenModelPackage.getGenClassifier_GenPackage()
          Returns the meta object for the reference 'Gen Package'
 EReference GenModelPackage.getGenDataType_EcoreDataType()
          Returns the meta object for the reference 'Ecore Data Type'
 EReference GenModelPackage.getGenOperation_GenClass()
          Returns the meta object for the container reference 'Gen Class'
 EReference GenModelPackage.getGenOperation_EcoreOperation()
          Returns the meta object for the reference 'Ecore Operation'
 EReference GenModelPackage.getGenOperation_GenParameters()
          Returns the meta object for the containment reference list 'Gen Parameters'
 EReference GenModelPackage.getGenParameter_GenOperation()
          Returns the meta object for the container reference 'Gen Operation'
 EReference GenModelPackage.getGenParameter_EcoreParameter()
          Returns the meta object for the reference 'Ecore Parameter'
 

Uses of EReference in org.eclipse.emf.codegen.ecore.genmodel.impl
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.impl that return EReference
 EReference GenModelPackageImpl.getGenModel_GenPackages()
           
 EReference GenModelPackageImpl.getGenModel_UsedGenPackages()
           
 EReference GenModelPackageImpl.getGenPackage_EcorePackage()
           
 EReference GenModelPackageImpl.getGenPackage_GenModel()
           
 EReference GenModelPackageImpl.getGenPackage_GenEnums()
           
 EReference GenModelPackageImpl.getGenPackage_GenDataTypes()
           
 EReference GenModelPackageImpl.getGenPackage_GenClasses()
           
 EReference GenModelPackageImpl.getGenPackage_NestedGenPackages()
           
 EReference GenModelPackageImpl.getGenPackage_GenClassifiers()
           
 EReference GenModelPackageImpl.getGenClass_EcoreClass()
           
 EReference GenModelPackageImpl.getGenClass_GenFeatures()
           
 EReference GenModelPackageImpl.getGenClass_GenOperations()
           
 EReference GenModelPackageImpl.getGenClass_LabelFeature()
           
 EReference GenModelPackageImpl.getGenFeature_GenClass()
           
 EReference GenModelPackageImpl.getGenFeature_EcoreFeature()
           
 EReference GenModelPackageImpl.getGenEnum_EcoreEnum()
           
 EReference GenModelPackageImpl.getGenEnum_GenEnumLiterals()
           
 EReference GenModelPackageImpl.getGenEnumLiteral_GenEnum()
           
 EReference GenModelPackageImpl.getGenEnumLiteral_EcoreEnumLiteral()
           
 EReference GenModelPackageImpl.getGenClassifier_GenPackage()
           
 EReference GenModelPackageImpl.getGenDataType_EcoreDataType()
           
 EReference GenModelPackageImpl.getGenOperation_GenClass()
           
 EReference GenModelPackageImpl.getGenOperation_EcoreOperation()
           
 EReference GenModelPackageImpl.getGenOperation_GenParameters()
           
 EReference GenModelPackageImpl.getGenParameter_GenOperation()
           
 EReference GenModelPackageImpl.getGenParameter_EcoreParameter()
           
 

Uses of EReference in org.eclipse.emf.ecore
 

Methods in org.eclipse.emf.ecore that return EReference
 EReference EcorePackage.getEAttribute_EAttributeType()
          Returns the meta object for the reference 'EAttribute Type'
 EReference EcorePackage.getEAnnotation_Details()
          Returns the meta object for the map 'Details'
 EReference EcorePackage.getEAnnotation_EModelElement()
          Returns the meta object for the container reference 'EModel Element'
 EReference EcorePackage.getEAnnotation_Contents()
          Returns the meta object for the containment reference list 'Contents'
 EReference EcorePackage.getEAnnotation_References()
          Returns the meta object for the reference list 'References'
 EReference EcorePackage.getEClass_ESuperTypes()
          Returns the meta object for the reference list 'ESuper Types'
 EReference EcorePackage.getEClass_EOperations()
          Returns the meta object for the containment reference list 'EOperations'
 EReference EcorePackage.getEClass_EAllAttributes()
          Returns the meta object for the reference list 'EAll Attributes'
 EReference EcorePackage.getEClass_EAllReferences()
          Returns the meta object for the reference list 'EAll References'
 EReference EcorePackage.getEClass_EReferences()
          Returns the meta object for the reference list 'EReferences'
 EReference EcorePackage.getEClass_EAttributes()
          Returns the meta object for the reference list 'EAttributes'
 EReference EcorePackage.getEClass_EAllContainments()
          Returns the meta object for the reference list 'EAll Containments'
 EReference EcorePackage.getEClass_EAllOperations()
          Returns the meta object for the reference list 'EAll Operations'
 EReference EcorePackage.getEClass_EAllStructuralFeatures()
          Returns the meta object for the reference list 'EAll Structural Features'
 EReference EcorePackage.getEClass_EAllSuperTypes()
          Returns the meta object for the reference list 'EAll Super Types'
 EReference EcorePackage.getEClass_EIDAttribute()
          Returns the meta object for the reference 'EID Attribute'
 EReference EcorePackage.getEClass_EStructuralFeatures()
          Returns the meta object for the containment reference list 'EStructural Features'
 EReference EcorePackage.getEEnum_ELiterals()
          Returns the meta object for the containment reference list 'ELiterals'
 EReference EcorePackage.getEEnumLiteral_EEnum()
          Returns the meta object for the container reference 'EEnum'
 EReference EcorePackage.getEFactory_EPackage()
          Returns the meta object for the reference 'EPackage'
 EReference EcorePackage.getEClassifier_EPackage()
          Returns the meta object for the container reference 'EPackage'
 EReference EcorePackage.getEModelElement_EAnnotations()
          Returns the meta object for the containment reference list 'EAnnotations'
 EReference EcorePackage.getEOperation_EContainingClass()
          Returns the meta object for the container reference 'EContaining Class'
 EReference EcorePackage.getEOperation_EParameters()
          Returns the meta object for the containment reference list 'EParameters'
 EReference EcorePackage.getEOperation_EExceptions()
          Returns the meta object for the reference list 'EExceptions'
 EReference EcorePackage.getEPackage_EFactoryInstance()
          Returns the meta object for the reference 'EFactory Instance'
 EReference EcorePackage.getEPackage_EClassifiers()
          Returns the meta object for the containment reference list 'EClassifiers'
 EReference EcorePackage.getEPackage_ESubpackages()
          Returns the meta object for the containment reference list 'ESubpackages'
 EReference EcorePackage.getEPackage_ESuperPackage()
          Returns the meta object for the container reference 'ESuper Package'
 EReference EcorePackage.getEParameter_EOperation()
          Returns the meta object for the container reference 'EOperation'
 EReference EcorePackage.getEReference_EOpposite()
          Returns the meta object for the reference 'EOpposite'
 EReference EcorePackage.getEReference_EReferenceType()
          Returns the meta object for the reference 'EReference Type'
 EReference EcorePackage.getEStructuralFeature_EContainingClass()
          Returns the meta object for the container reference 'EContaining Class'
 EReference EcorePackage.getETypedElement_EType()
          Returns the meta object for the reference 'EType'
 EReference EcoreFactory.createEReference()
          Returns a new object of class 'EReference'
 EReference EReference.getEOpposite()
          Returns the value of the 'EOpposite' reference
 EReference EObject.eContainmentFeature()
           Returns the containment feature that properly contains the object, or null, if there is no container.
 

Methods in org.eclipse.emf.ecore with parameters of type EReference
 void EReference.setEOpposite(EReference value)
          Sets the value of the 'EOpposite' reference
 

Uses of EReference in org.eclipse.emf.ecore.change
 

Methods in org.eclipse.emf.ecore.change that return EReference
 EReference ChangePackage.getChangeDescription_ObjectChanges()
          Returns the meta object for the map 'Object Changes'
 EReference ChangePackage.getChangeDescription_ObjectsToDetach()
          Returns the meta object for the reference list 'Objects To Detach'
 EReference ChangePackage.getChangeDescription_ObjectsToAttach()
          Returns the meta object for the containment reference list 'Objects To Attach'
 EReference ChangePackage.getChangeDescription_ResourceChanges()
          Returns the meta object for the containment reference list 'Resource Changes'
 EReference ChangePackage.getEObjectToChangesMapEntry_Key()
          Returns the meta object for the reference 'Key'
 EReference ChangePackage.getEObjectToChangesMapEntry_Value()
          Returns the meta object for the containment reference list 'Value'
 EReference ChangePackage.getFeatureChange_Feature()
          Returns the meta object for the reference 'Feature'
 EReference ChangePackage.getFeatureChange_ReferenceValue()
          Returns the meta object for the reference 'Reference Value'
 EReference ChangePackage.getFeatureChange_ListChanges()
          Returns the meta object for the containment reference list 'List Changes'
 EReference ChangePackage.getListChange_ReferenceValues()
          Returns the meta object for the reference list 'Reference Values'
 EReference ChangePackage.getListChange_Feature()
          Returns the meta object for the reference 'Feature'
 EReference ChangePackage.getListChange_FeatureMapEntryValues()
          Returns the meta object for the containment reference list 'Feature Map Entry Values'
 EReference ChangePackage.getResourceChange_ListChanges()
          Returns the meta object for the containment reference list 'List Changes'
 EReference ChangePackage.getFeatureMapEntry_Feature()
          Returns the meta object for the reference 'Feature'
 EReference ChangePackage.getFeatureMapEntry_ReferenceValue()
          Returns the meta object for the reference 'Reference Value'
 

Uses of EReference in org.eclipse.emf.ecore.change.impl
 

Fields in org.eclipse.emf.ecore.change.impl declared as EReference
 EReference ChangeDescriptionImpl.OldContainmentInformation.containmentFeature
           
 

Methods in org.eclipse.emf.ecore.change.impl that return EReference
 EReference ChangePackageImpl.getChangeDescription_ObjectChanges()
           
 EReference ChangePackageImpl.getChangeDescription_ObjectsToDetach()
           
 EReference ChangePackageImpl.getChangeDescription_ObjectsToAttach()
           
 EReference ChangePackageImpl.getChangeDescription_ResourceChanges()
           
 EReference ChangePackageImpl.getEObjectToChangesMapEntry_Key()
           
 EReference ChangePackageImpl.getEObjectToChangesMapEntry_Value()
           
 EReference ChangePackageImpl.getFeatureChange_Feature()
           
 EReference ChangePackageImpl.getFeatureChange_ReferenceValue()
           
 EReference ChangePackageImpl.getFeatureChange_ListChanges()
           
 EReference ChangePackageImpl.getListChange_ReferenceValues()
           
 EReference ChangePackageImpl.getListChange_Feature()
           
 EReference ChangePackageImpl.getListChange_FeatureMapEntryValues()
           
 EReference ChangePackageImpl.getResourceChange_ListChanges()
           
 EReference ChangePackageImpl.getFeatureMapEntry_Feature()
           
 EReference ChangePackageImpl.getFeatureMapEntry_ReferenceValue()
           
 EReference ChangeDescriptionImpl.getOldContainmentFeature(EObject eObject)
           
 

Constructors in org.eclipse.emf.ecore.change.impl with parameters of type EReference
ChangeDescriptionImpl.OldContainmentInformation(EObject container, EReference containmentFeature)
           
 

Uses of EReference in org.eclipse.emf.ecore.change.util
 

Methods in org.eclipse.emf.ecore.change.util with parameters of type EReference
protected  void ChangeRecorder.handleFeature(EStructuralFeature feature, EReference containment, Notification notification, EObject eObject)
           
 

Uses of EReference in org.eclipse.emf.ecore.impl
 

Classes in org.eclipse.emf.ecore.impl that implement EReference
 class EReferenceImpl
           An implementation of the model object 'EReference'
 

Fields in org.eclipse.emf.ecore.impl declared as EReference
protected  EReference EStructuralFeatureImpl.InternalSettingDelegateMany.inverseFeature
           
protected  EReference EStructuralFeatureImpl.InternalSettingDelegateSingleContainer.inverseFeature
           
protected  EReference EStructuralFeatureImpl.InternalSettingDelegateSingleEObject.inverseFeature
           
protected  EReference EReferenceImpl.eOpposite
          The cached value of the 'EOpposite' reference
 

Methods in org.eclipse.emf.ecore.impl that return EReference
 EReference EcorePackageImpl.getEClass_ESuperTypes()
           
 EReference EcorePackageImpl.getEClass_EOperations()
           
 EReference EcorePackageImpl.getEClass_EAllAttributes()
           
 EReference EcorePackageImpl.getEClass_EAllReferences()
           
 EReference EcorePackageImpl.getEClass_EReferences()
           
 EReference EcorePackageImpl.getEClass_EAttributes()
           
 EReference EcorePackageImpl.getEClass_EAllContainments()
           
 EReference EcorePackageImpl.getEClass_EAllOperations()
           
 EReference EcorePackageImpl.getEClass_EAllStructuralFeatures()
           
 EReference EcorePackageImpl.getEClass_EAllSuperTypes()
           
 EReference EcorePackageImpl.getEClass_EIDAttribute()
           
 EReference EcorePackageImpl.getEClass_EStructuralFeatures()
           
 EReference EcorePackageImpl.getEClassifier_EPackage()
           
 EReference EcorePackageImpl.getEOperation_EContainingClass()
           
 EReference EcorePackageImpl.getEOperation_EParameters()
           
 EReference EcorePackageImpl.getEOperation_EExceptions()
           
 EReference EcorePackageImpl.getEModelElement_EAnnotations()
           
 EReference EcorePackageImpl.getEStructuralFeature_EContainingClass()
           
 EReference EcorePackageImpl.getEAttribute_EAttributeType()
           
 EReference EcorePackageImpl.getEAnnotation_Details()
           
 EReference EcorePackageImpl.getEAnnotation_EModelElement()
           
 EReference EcorePackageImpl.getEAnnotation_Contents()
           
 EReference EcorePackageImpl.getEAnnotation_References()
           
 EReference EcorePackageImpl.getEReference_EOpposite()
           
 EReference EcorePackageImpl.getEReference_EReferenceType()
           
 EReference EcorePackageImpl.getETypedElement_EType()
           
 EReference EcorePackageImpl.getEParameter_EOperation()
           
 EReference EcorePackageImpl.getEPackage_EFactoryInstance()
           
 EReference EcorePackageImpl.getEPackage_EClassifiers()
           
 EReference EcorePackageImpl.getEPackage_ESubpackages()
           
 EReference EcorePackageImpl.getEPackage_ESuperPackage()
           
 EReference EcorePackageImpl.getEEnum_ELiterals()
           
 EReference EcorePackageImpl.getEEnumLiteral_EEnum()
           
 EReference EcorePackageImpl.getEFactory_EPackage()
           
 EReference EcoreFactoryImpl.createEReference()
           
protected  EReference EStructuralFeatureImpl.getEOpposite()
           
 EReference EReferenceImpl.getEOpposite()
           
 EReference EReferenceImpl.basicGetEOpposite()
           
protected  EReference EPackageImpl.initEReference(EReference r, EClassifier type, EReference otherEnd, String name, String defaultValue, int lowerBound, int upperBound, boolean isTransient, boolean isVolatile, boolean isChangeable, boolean isContainment, boolean isResolveProxies)
          Deprecated.  
protected  EReference EPackageImpl.initEReference(EReference r, EClassifier type, EReference otherEnd, String name, String defaultValue, int lowerBound, int upperBound, boolean isTransient, boolean isVolatile, boolean isChangeable, boolean isContainment, boolean isResolveProxies, boolean isUnsettable)
          Deprecated.  
protected  EReference EPackageImpl.initEReference(EReference r, EClassifier type, EReference otherEnd, String name, String defaultValue, int lowerBound, int upperBound, boolean isTransient, boolean isVolatile, boolean isChangeable, boolean isContainment, boolean isResolveProxies, boolean isUnsettable, boolean isUnique)
          Deprecated.  
protected  EReference EPackageImpl.initEReference(EReference r, EClassifier type, EReference otherEnd, String name, String defaultValue, int lowerBound, int upperBound, boolean isTransient, boolean isVolatile, boolean isChangeable, boolean isContainment, boolean isResolveProxies, boolean isUnsettable, boolean isUnique, boolean isDerived)
           
protected  EReference EPackageImpl.initEReference(EReference r, EClassifier type, EReference otherEnd, String name, String defaultValue, int lowerBound, int upperBound, boolean isTransient, boolean isVolatile, boolean isChangeable, boolean isContainment, boolean isResolveProxies, boolean isUnsettable, boolean isUnique, boolean isDerived, boolean isOrdered)
           
protected  EReference EPackageImpl.initEReference(EReference r, EClassifier type, EReference otherEnd, String name, String defaultValue, int lowerBound, int upperBound, Class containerClass, boolean isTransient, boolean isVolatile, boolean isChangeable, boolean isContainment, boolean isResolveProxies, boolean isUnsettable, boolean isUnique, boolean isDerived, boolean isOrdered)
           
 EReference BasicEObjectImpl.eContainmentFeature()
           
 

Methods in org.eclipse.emf.ecore.impl with parameters of type EReference
 void EReferenceImpl.setEOpposite(EReference newEOpposite)
           
protected  EReference EPackageImpl.initEReference(EReference r, EClassifier type, EReference otherEnd, String name, String defaultValue, int lowerBound, int upperBound, boolean isTransient, boolean isVolatile, boolean isChangeable, boolean isContainment, boolean isResolveProxies)
          Deprecated.  
protected  EReference EPackageImpl.initEReference(EReference r, EClassifier type, EReference otherEnd, String name, String defaultValue, int lowerBound, int upperBound, boolean isTransient, boolean isVolatile, boolean isChangeable, boolean isContainment, boolean isResolveProxies, boolean isUnsettable)
          Deprecated.  
protected  EReference EPackageImpl.initEReference(EReference r, EClassifier type, EReference otherEnd, String name, String defaultValue, int lowerBound, int upperBound, boolean isTransient, boolean isVolatile, boolean isChangeable, boolean isContainment, boolean isResolveProxies, boolean isUnsettable, boolean isUnique)
          Deprecated.  
protected  EReference EPackageImpl.initEReference(EReference r, EClassifier type, EReference otherEnd, String name, String defaultValue, int lowerBound, int upperBound, boolean isTransient, boolean isVolatile, boolean isChangeable, boolean isContainment, boolean isResolveProxies, boolean isUnsettable, boolean isUnique, boolean isDerived)
           
protected  EReference EPackageImpl.initEReference(EReference r, EClassifier type, EReference otherEnd, String name, String defaultValue, int lowerBound, int upperBound, boolean isTransient, boolean isVolatile, boolean isChangeable, boolean isContainment, boolean isResolveProxies, boolean isUnsettable, boolean isUnique, boolean isDerived, boolean isOrdered)
           
protected  EReference EPackageImpl.initEReference(EReference r, EClassifier type, EReference otherEnd, String name, String defaultValue, int lowerBound, int upperBound, Class containerClass, boolean isTransient, boolean isVolatile, boolean isChangeable, boolean isContainment, boolean isResolveProxies, boolean isUnsettable, boolean isUnique, boolean isDerived, boolean isOrdered)
           
 

Constructors in org.eclipse.emf.ecore.impl with parameters of type EReference
EStructuralFeatureImpl.InternalSettingDelegateMany(int style, Class dataClass, EStructuralFeature feature, EReference inverseFeature)
           
EStructuralFeatureImpl.InternalSettingDelegateMany(int style, EStructuralFeature feature, EReference inverseFeature)
           
EStructuralFeatureImpl.InternalSettingDelegateSingleContainer(EClass eClass, EStructuralFeature feature, EReference inverseFeature)
           
EStructuralFeatureImpl.InternalSettingDelegateSingleEObject(EClass eClass, EStructuralFeature feature, EReference inverseFeature)
           
EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectWithInverse(EClass eClass, EStructuralFeature feature, EReference inverseFeature)
           
EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectWithInverseUnsettable(EClass eClass, EStructuralFeature feature, EReference inverseFeature)
           
EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectContainment(EClass eClass, EStructuralFeature feature, EReference inverseFeature)
           
EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectContainmentWithInverse(EClass eClass, EStructuralFeature feature, EReference inverseFeature)
           
EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectContainmentWithInverseUnsettable(EClass eClass, EStructuralFeature feature, EReference inverseFeature)
           
EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectResolving(EClass eClass, EStructuralFeature feature, EReference inverseFeature)
           
EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectResolvingWithInverse(EClass eClass, EStructuralFeature feature, EReference inverseFeature)
           
EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectResolvingWithInverseUnsettable(EClass eClass, EStructuralFeature feature, EReference inverseFeature)
           
 

Uses of EReference in org.eclipse.emf.ecore.util
 

Methods in org.eclipse.emf.ecore.util that return EReference
 EReference ExtendedMetaData.getXMLNSPrefixMapFeature(EClass eClass)
          If the given class has mixed content type, returns the "xmlns:prefix" feature, which is used to store namespace prefix-to-URI mappings.
 EReference ExtendedMetaData.getXSISchemaLocationMapFeature(EClass eClass)
          If the given class has mixed content type, returns the "xsi:schemaLocation" feature, which is used to store namespace URI-schema location pairs.
protected  EReference EcoreEList.getInverseEReference()
           
protected  EReference DelegatingEcoreEList.getInverseEReference()
           
 EReference BasicExtendedMetaData.getXMLNSPrefixMapFeature(EClass eClass)
           
 EReference BasicExtendedMetaData.getXSISchemaLocationMapFeature(EClass eClass)
           
 

Methods in org.eclipse.emf.ecore.util with parameters of type EReference
protected  void EcoreUtil.Copier.copyContainment(EReference eReference, EObject eObject, EObject copyEObject)
          Called to handle the copying of a containment feature; this adds a list of copies or sets a single copy as appropriate for the multiplicity.
protected  void EcoreUtil.Copier.copyReference(EReference eReference, EObject eObject, EObject copyEObject)
          Called to handle the copying of a cross reference; this adds values or sets a single value as appropriate for the multiplicity while omitting any bidirectional reference that isn't in the copy map.
protected  boolean EcoreUtil.CrossReferencer.crossReference(EObject eObject, EReference eReference, EObject crossReferencedEObject)
          Return true if the specified eReference from eObject to crossReferencedEObject should be considiered a cross reference by this cross referencer.
protected  boolean EcoreUtil.ExternalCrossReferencer.crossReference(EObject eObject, EReference eReference, EObject crossReferencedEObject)
          Return true if the specified eReference from eObject to crossReferencedEObject should be considiered a cross reference by this cross referencer.
protected  boolean EcoreUtil.EqualityHelper.haveEqualReference(EObject eObject1, EObject eObject2, EReference reference)
          Returns whether the two objects have equal values for the reference.
protected  boolean EcoreUtil.UsageCrossReferencer.crossReference(EObject eObject, EReference eReference, EObject crossReferencedEObject)
          Return true if the specified eReference from eObject to crossReferencedEObject should be considiered a cross reference by this cross referencer.
protected  boolean EcoreUtil.ProxyCrossReferencer.crossReference(EObject eObject, EReference eReference, EObject crossReferencedEObject)
          Return true if the specified eReference from eObject to crossReferencedEObject should be considiered a cross reference by this cross referencer.
protected  boolean EcoreUtil.UnresolvedProxyCrossReferencer.crossReference(EObject eObject, EReference eReference, EObject crossReferencedEObject)
          Return true if the specified eReference from eObject to crossReferencedEObject should be considiered a cross reference by this cross referencer.
 Object EcoreSwitch.caseEReference(EReference object)
          Returns the result of interpretting the object as an instance of 'EReference'
 

Uses of EReference in org.eclipse.emf.ecore.xmi.impl
 

Methods in org.eclipse.emf.ecore.xmi.impl with parameters of type EReference
protected  void XMLSaveImpl.saveFeatureMapElementReference(EObject o, EReference f)
           
protected  void XMLHandler.setValueFromId(EObject object, EReference eReference, String ids)
          Create a ValueLine object and put it in the list of references to resolve at the end of the document.
protected  void XMISaveImpl.saveFeatureMapElementReference(EObject o, EReference f)
           
 

Uses of EReference in org.eclipse.emf.ecore.xml.namespace
 

Methods in org.eclipse.emf.ecore.xml.namespace that return EReference
 EReference XMLNamespacePackage.getXMLNamespaceDocumentRoot_XMLNSPrefixMap()
          Returns the meta object for the map 'XMLNS Prefix Map'
 EReference XMLNamespacePackage.getXMLNamespaceDocumentRoot_XSISchemaLocation()
          Returns the meta object for the map 'XSI Schema Location'
 

Uses of EReference in org.eclipse.emf.ecore.xml.namespace.impl
 

Methods in org.eclipse.emf.ecore.xml.namespace.impl that return EReference
 EReference XMLNamespacePackageImpl.getXMLNamespaceDocumentRoot_XMLNSPrefixMap()
           
 EReference XMLNamespacePackageImpl.getXMLNamespaceDocumentRoot_XSISchemaLocation()
           
 

Uses of EReference in org.eclipse.emf.ecore.xml.type
 

Methods in org.eclipse.emf.ecore.xml.type that return EReference
 EReference XMLTypePackage.getSimpleAnyType_InstanceType()
          Returns the meta object for the reference 'Instance Type'
 EReference XMLTypePackage.getXMLTypeDocumentRoot_XMLNSPrefixMap()
          Returns the meta object for the map 'XMLNS Prefix Map'
 EReference XMLTypePackage.getXMLTypeDocumentRoot_XSISchemaLocation()
          Returns the meta object for the map 'XSI Schema Location'
 

Uses of EReference in org.eclipse.emf.ecore.xml.type.impl
 

Methods in org.eclipse.emf.ecore.xml.type.impl that return EReference
 EReference XMLTypePackageImpl.getSimpleAnyType_InstanceType()
           
 EReference XMLTypePackageImpl.getXMLTypeDocumentRoot_XMLNSPrefixMap()
           
 EReference XMLTypePackageImpl.getXMLTypeDocumentRoot_XSISchemaLocation()
           
 

Uses of EReference in org.eclipse.emf.edit.command
 

Methods in org.eclipse.emf.edit.command that return EReference
 EReference CommandParameter.getEReference()
          This returns the specified feature as a EReference, if it is one.
 

Uses of EReference in org.eclipse.emf.edit.provider
 

Fields in org.eclipse.emf.edit.provider declared as EReference
protected  EReference[] ItemPropertyDescriptor.parentReferences
          This is the set of single-valued references that act as a parent, only one can have a non null value at a time.
 

Methods in org.eclipse.emf.edit.provider that return EReference
protected  EReference ItemProviderAdapter.getChildReference(Object object, Object child)
          Deprecated. As of EMF 2.0, replaced by getChildFeature.
 

Methods in org.eclipse.emf.edit.provider with parameters of type EReference
protected  Object ItemProviderAdapter.getReferenceValue(EObject object, EReference reference)
          Deprecated. As of EMF 2.0, replaced by getFeatureValue.
protected  Command ItemProviderAdapter.createRemoveCommand(EditingDomain domain, EObject owner, EReference feature, Collection collection)
          Deprecated. As of EMF 2.0, replaced by createRemoveCommand.
protected  Command ItemProviderAdapter.createReplaceCommand(EditingDomain domain, EObject owner, EReference feature, EObject value, Collection collection)
          Deprecated. As of EMF 2.0, replaced by createReplaceCommand.
protected  Command ItemProviderAdapter.createAddCommand(EditingDomain domain, EObject owner, EReference feature, Collection collection, int index)
          Deprecated. As of EMF 2.0, replaced by createAddCommand.
protected  Command ItemProviderAdapter.createMoveCommand(EditingDomain domain, EObject owner, EReference feature, EObject value, int index)
          Deprecated. As of EMF 2.0, replaced by createMoveCommand.
protected  Command ItemProviderAdapter.createCreateChildCommand(EditingDomain domain, EObject owner, EReference feature, EObject value, int index, Collection collection)
          Deprecated. As of EMF 2.0, replaced by createCreateChildCommand.
 

Constructors in org.eclipse.emf.edit.provider with parameters of type EReference
ItemPropertyDescriptor(AdapterFactory adapterFactory, String displayName, String description, EReference[] parentReferences)
          This creates an instance that does not use a resource locator and determines the cell editor from the parent references.
ItemPropertyDescriptor(AdapterFactory adapterFactory, ResourceLocator resourceLocator, String displayName, String description, EReference[] parentReferences)
          This creates an instance that uses a resource locator and determines the cell editor from the parent references.
ItemPropertyDescriptor(AdapterFactory adapterFactory, String displayName, String description, EReference[] parentReferences, boolean isSettable)
          This creates an instance that does not use a resource locator and determines the cell editor from the parent references.
ItemPropertyDescriptor(AdapterFactory adapterFactory, ResourceLocator resourceLocator, String displayName, String description, EReference[] parentReferences, boolean isSettable)
          This creates an instance that uses a resource locator and determines the cell editor from the parent references.
ItemPropertyDescriptor(AdapterFactory adapterFactory, String displayName, String description, EReference[] parentReferences, boolean isSettable, String category)
          This creates an instance that does not use a resource locator, specifies a category, and determines the cell editor from the parent references.
ItemPropertyDescriptor(AdapterFactory adapterFactory, ResourceLocator resourceLocator, String displayName, String description, EReference[] parentReferences, boolean isSettable, String category)
          This creates an instance that uses a resource locator, specifies a category, and determines the cell editor from the parent references.
ItemPropertyDescriptor(AdapterFactory adapterFactory, String displayName, String description, EReference[] parentReferences, boolean isSettable, String category, String[] filterFlags)
          This creates an instance that does not use a resource locator, specifies a category and filter flags, and determines the cell editor from the parent references.
ItemPropertyDescriptor(AdapterFactory adapterFactory, ResourceLocator resourceLocator, String displayName, String description, EReference[] parentReferences, boolean isSettable, String category, String[] filterFlags)
          This creates an instance that uses a resource locator, specifies a category and filter flags, and determines the cell editor from the parent references.
 

Uses of EReference in org.eclipse.emf.edit.tree
 

Methods in org.eclipse.emf.edit.tree that return EReference
 EReference TreePackage.getTreeNode_Parent()
          Returns the meta object for the container reference 'Parent'
 EReference TreePackage.getTreeNode_Children()
          Returns the meta object for the containment reference list 'Children'
 EReference TreePackage.getTreeNode_Data()
          Returns the meta object for the reference 'Data'
 

Uses of EReference in org.eclipse.emf.edit.tree.impl
 

Methods in org.eclipse.emf.edit.tree.impl that return EReference
 EReference TreePackageImpl.getTreeNode_Parent()
           
 EReference TreePackageImpl.getTreeNode_Children()
           
 EReference TreePackageImpl.getTreeNode_Data()
           
 

Uses of EReference in org.eclipse.emf.importer.rose.builder
 

Fields in org.eclipse.emf.importer.rose.builder declared as EReference
protected  EReference RoseEcoreBuilder.ref1
           
protected  EReference RoseEcoreBuilder.ref2
           
 

Methods in org.eclipse.emf.importer.rose.builder with parameters of type EReference
protected  void RoseEcoreBuilder.setEReferenceIsContainment(EReference ref, RoseNode role1, RoseNode role2)
           
protected  void RoseEcoreBuilder.setEReferenceProperties(RoseNode roseNode, EReference eReference)
           
protected  void RoseEcoreBuilder.setEReferenceDefaultMultiplicity(EReference eReference)
           
 

Uses of EReference in org.eclipse.emf.mapping
 

Methods in org.eclipse.emf.mapping that return EReference
 EReference MappingPackage.getMappingHelper_Mapper()
          Returns the meta object for the container reference 'Mapper'
 EReference MappingPackage.getMappingHelper_HelpedObject()
          Returns the meta object for the reference 'Helped Object'
 EReference MappingPackage.getMappingHelper_NestedIn()
          Returns the meta object for the container reference 'Nested In'
 EReference MappingPackage.getMappingHelper_Nested()
          Returns the meta object for the containment reference list 'Nested'
 EReference MappingPackage.getMapping_Helper()
          Returns the meta object for the containment reference 'Helper'
 EReference MappingPackage.getMapping_Nested()
          Returns the meta object for the containment reference list 'Nested'
 EReference MappingPackage.getMapping_NestedIn()
          Returns the meta object for the container reference 'Nested In'
 EReference MappingPackage.getMapping_Inputs()
          Returns the meta object for the reference list 'Inputs'
 EReference MappingPackage.getMapping_Outputs()
          Returns the meta object for the reference list 'Outputs'
 EReference MappingPackage.getMapping_TypeMapping()
          Returns the meta object for the reference 'Type Mapping'
 EReference MappingPackage.getFunctionPair_In2out()
          Returns the meta object for the reference 'In2out'
 EReference MappingPackage.getFunctionPair_Out2in()
          Returns the meta object for the reference 'Out2in'
 EReference MappingPackage.getComplexTypeConverter_In2out()
          Returns the meta object for the reference 'In2out'
 EReference MappingPackage.getComplexTypeConverter_Out2in()
          Returns the meta object for the reference 'Out2in'
 

Uses of EReference in org.eclipse.emf.mapping.ecore2xml
 

Methods in org.eclipse.emf.mapping.ecore2xml that return EReference
 EReference Ecore2XMLPackage.getXMLMap_EcoreToXMLInfo()
          Returns the meta object for the map 'Ecore To XML Info'
 EReference Ecore2XMLPackage.getXMLMap_NoNamespacePackage()
          Returns the meta object for the reference 'No Namespace Package'
 EReference Ecore2XMLPackage.getENamedElementToXMLInfoMapEntry_Key()
          Returns the meta object for the reference 'Key'
 EReference Ecore2XMLPackage.getENamedElementToXMLInfoMapEntry_Value()
          Returns the meta object for the containment reference 'Value'
 

Uses of EReference in org.eclipse.emf.mapping.ecore2xml.impl
 

Methods in org.eclipse.emf.mapping.ecore2xml.impl that return EReference
 EReference Ecore2XMLPackageImpl.getXMLMap_EcoreToXMLInfo()
           
 EReference Ecore2XMLPackageImpl.getXMLMap_NoNamespacePackage()
           
 EReference Ecore2XMLPackageImpl.getENamedElementToXMLInfoMapEntry_Key()
           
 EReference Ecore2XMLPackageImpl.getENamedElementToXMLInfoMapEntry_Value()
           
 

Uses of EReference in org.eclipse.emf.mapping.impl
 

Methods in org.eclipse.emf.mapping.impl that return EReference
 EReference MappingPackageImpl.getMappingHelper_Mapper()
           
 EReference MappingPackageImpl.getMappingHelper_HelpedObject()
           
 EReference MappingPackageImpl.getMappingHelper_NestedIn()
           
 EReference MappingPackageImpl.getMappingHelper_Nested()
           
 EReference MappingPackageImpl.getMapping_Helper()
           
 EReference MappingPackageImpl.getMapping_Nested()
           
 EReference MappingPackageImpl.getMapping_NestedIn()
           
 EReference MappingPackageImpl.getMapping_Inputs()
           
 EReference MappingPackageImpl.getMapping_Outputs()
           
 EReference MappingPackageImpl.getMapping_TypeMapping()
           
 EReference MappingPackageImpl.getFunctionPair_In2out()
           
 EReference MappingPackageImpl.getFunctionPair_Out2in()
           
 EReference MappingPackageImpl.getComplexTypeConverter_In2out()
           
 EReference MappingPackageImpl.getComplexTypeConverter_Out2in()
           
 


Copyright 2001-2004 IBM Corporation and others.
All Rights Reserved.