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

Packages that use EClass
org.eclipse.emf.codegen.ecore.genmodel   
org.eclipse.emf.codegen.ecore.genmodel.impl   
org.eclipse.emf.codegen.ecore.genmodel.util   
org.eclipse.emf.ecore Provides an API for the Ecore dialect of UML. 
org.eclipse.emf.ecore.action   
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.presentation Provides sample editor support for Ecore. 
org.eclipse.emf.ecore.util Provides utilities. 
org.eclipse.emf.ecore.xmi   
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.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.edit.tree.util   
org.eclipse.emf.importer.java.builder   
org.eclipse.emf.importer.rose.builder   
org.eclipse.emf.mapping   
org.eclipse.emf.mapping.ecore2ecore   
org.eclipse.emf.mapping.ecore2ecore.impl   
org.eclipse.emf.mapping.ecore2ecore.util   
org.eclipse.emf.mapping.ecore2xml   
org.eclipse.emf.mapping.ecore2xml.impl   
org.eclipse.emf.mapping.ecore2xml.util   
org.eclipse.emf.mapping.impl   
org.eclipse.emf.mapping.util   
 

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

Fields in org.eclipse.emf.codegen.ecore.genmodel declared as EClass
static EClass GenModelPackage.Literals.GEN_MODEL
          The meta object literal for the 'Gen Model' class
static EClass GenModelPackage.Literals.GEN_PACKAGE
          The meta object literal for the 'Gen Package' class
static EClass GenModelPackage.Literals.GEN_CLASS
          The meta object literal for the 'Gen Class' class
static EClass GenModelPackage.Literals.GEN_FEATURE
          The meta object literal for the 'Gen Feature' class
static EClass GenModelPackage.Literals.GEN_BASE
          The meta object literal for the 'Gen Base' class
static EClass GenModelPackage.Literals.GEN_ENUM
          The meta object literal for the 'Gen Enum' class
static EClass GenModelPackage.Literals.GEN_ENUM_LITERAL
          The meta object literal for the 'Gen Enum Literal' class
static EClass GenModelPackage.Literals.GEN_CLASSIFIER
          The meta object literal for the 'Gen Classifier' class
static EClass GenModelPackage.Literals.GEN_DATA_TYPE
          The meta object literal for the 'Gen Data Type' class
static EClass GenModelPackage.Literals.GEN_OPERATION
          The meta object literal for the 'Gen Operation' class
static EClass GenModelPackage.Literals.GEN_PARAMETER
          The meta object literal for the 'Gen Parameter' class
static EClass GenModelPackage.Literals.GEN_TYPED_ELEMENT
          The meta object literal for the 'Gen Typed Element' class
static EClass GenModelPackage.Literals.GEN_ANNOTATION
          The meta object literal for the 'Gen Annotation' class
 

Methods in org.eclipse.emf.codegen.ecore.genmodel that return EClass
 EClass GenModelPackage.getGenModel()
          Returns the meta object for class 'Gen Model'
 EClass GenModelPackage.getGenPackage()
          Returns the meta object for class 'Gen Package'
 EClass GenModelPackage.getGenClass()
          Returns the meta object for class 'Gen Class'
 EClass GenModelPackage.getGenFeature()
          Returns the meta object for class 'Gen Feature'
 EClass GenModelPackage.getGenBase()
          Returns the meta object for class 'Gen Base'
 EClass GenModelPackage.getGenEnum()
          Returns the meta object for class 'Gen Enum'
 EClass GenModelPackage.getGenEnumLiteral()
          Returns the meta object for class 'Gen Enum Literal'
 EClass GenModelPackage.getGenClassifier()
          Returns the meta object for class 'Gen Classifier'
 EClass GenModelPackage.getGenDataType()
          Returns the meta object for class 'Gen Data Type'
 EClass GenModelPackage.getGenOperation()
          Returns the meta object for class 'Gen Operation'
 EClass GenModelPackage.getGenParameter()
          Returns the meta object for class 'Gen Parameter'
 EClass GenModelPackage.getGenTypedElement()
          Returns the meta object for class 'Gen Typed Element'
 EClass GenModelPackage.getGenAnnotation()
          Returns the meta object for class 'Gen Annotation'
 EClass GenClass.getEcoreClass()
          Returns the value of the 'Ecore Class' reference
 

Methods in org.eclipse.emf.codegen.ecore.genmodel with parameters of type EClass
 GenBase GenModel.create(EClass eClass)
           
 void GenClass.setEcoreClass(EClass value)
          Sets the value of the 'Ecore Class' reference
 void GenClass.initialize(EClass eClass)
           
 

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

Fields in org.eclipse.emf.codegen.ecore.genmodel.impl declared as EClass
protected  EClass GenClassImpl.ecoreClass
          The cached value of the 'Ecore Class' reference
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.impl that return EClass
protected  EClass GenTypedElementImpl.eStaticClass()
           
protected  EClass GenParameterImpl.eStaticClass()
           
protected  EClass GenPackageImpl.eStaticClass()
           
protected  EClass GenOperationImpl.eStaticClass()
           
 EClass GenModelPackageImpl.getGenModel()
           
 EClass GenModelPackageImpl.getGenPackage()
           
 EClass GenModelPackageImpl.getGenClass()
           
 EClass GenModelPackageImpl.getGenFeature()
           
 EClass GenModelPackageImpl.getGenBase()
           
 EClass GenModelPackageImpl.getGenEnum()
           
 EClass GenModelPackageImpl.getGenEnumLiteral()
           
 EClass GenModelPackageImpl.getGenClassifier()
           
 EClass GenModelPackageImpl.getGenDataType()
           
 EClass GenModelPackageImpl.getGenOperation()
           
 EClass GenModelPackageImpl.getGenParameter()
           
 EClass GenModelPackageImpl.getGenTypedElement()
           
 EClass GenModelPackageImpl.getGenAnnotation()
           
protected  EClass GenModelImpl.eStaticClass()
           
protected  EClass GenFeatureImpl.eStaticClass()
           
protected  EClass GenEnumLiteralImpl.eStaticClass()
           
protected  EClass GenEnumImpl.eStaticClass()
           
protected  EClass GenDataTypeImpl.eStaticClass()
           
protected  EClass GenClassifierImpl.eStaticClass()
           
protected  EClass GenClassImpl.eStaticClass()
           
 EClass GenClassImpl.getEcoreClass()
           
 EClass GenClassImpl.basicGetEcoreClass()
           
protected  EClass GenBaseImpl.eStaticClass()
           
protected  EClass GenAnnotationImpl.eStaticClass()
           
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.impl with parameters of type EClass
 GenBase GenModelImpl.create(EClass eClass)
           
 EObject GenModelFactoryImpl.create(EClass eClass)
           
 void GenClassImpl.setEcoreClass(EClass newEcoreClass)
           
 void GenClassImpl.initialize(EClass eClass)
           
protected  GenClass GenBaseImpl.findGenClass(EClass eClass)
           
 

Uses of EClass in org.eclipse.emf.codegen.ecore.genmodel.util
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.util with parameters of type EClass
protected  Object GenModelSwitch.doSwitch(EClass theEClass, EObject theEObject)
          Calls caseXXX for each class of the model until one returns a non null result; it yields that result
 

Uses of EClass in org.eclipse.emf.ecore
 

Fields in org.eclipse.emf.ecore declared as EClass
static EClass EcorePackage.Literals.EATTRIBUTE
          The meta object literal for the 'EAttribute' class
static EClass EcorePackage.Literals.EANNOTATION
          The meta object literal for the 'EAnnotation' class
static EClass EcorePackage.Literals.ECLASS
          The meta object literal for the 'EClass' class
static EClass EcorePackage.Literals.ECLASSIFIER
          The meta object literal for the 'EClassifier' class
static EClass EcorePackage.Literals.EDATA_TYPE
          The meta object literal for the 'EData Type' class
static EClass EcorePackage.Literals.EENUM
          The meta object literal for the 'EEnum' class
static EClass EcorePackage.Literals.EENUM_LITERAL
          The meta object literal for the 'EEnum Literal' class
static EClass EcorePackage.Literals.EFACTORY
          The meta object literal for the 'EFactory' class
static EClass EcorePackage.Literals.EMODEL_ELEMENT
          The meta object literal for the 'EModel Element' class
static EClass EcorePackage.Literals.ENAMED_ELEMENT
          The meta object literal for the 'ENamed Element' class
static EClass EcorePackage.Literals.EOBJECT
          The meta object literal for the 'EObject' class
static EClass EcorePackage.Literals.EOPERATION
          The meta object literal for the 'EOperation' class
static EClass EcorePackage.Literals.EPACKAGE
          The meta object literal for the 'EPackage' class
static EClass EcorePackage.Literals.EPARAMETER
          The meta object literal for the 'EParameter' class
static EClass EcorePackage.Literals.EREFERENCE
          The meta object literal for the 'EReference' class
static EClass EcorePackage.Literals.ESTRUCTURAL_FEATURE
          The meta object literal for the 'EStructural Feature' class
static EClass EcorePackage.Literals.ETYPED_ELEMENT
          The meta object literal for the 'ETyped Element' class
static EClass EcorePackage.Literals.ESTRING_TO_STRING_MAP_ENTRY
          The meta object literal for the 'EString To String Map Entry' class
 

Methods in org.eclipse.emf.ecore that return EClass
 EClass EcorePackage.getEAttribute()
          Returns the meta object for class 'EAttribute'
 EClass EcorePackage.getEAnnotation()
          Returns the meta object for class 'EAnnotation'
 EClass EcorePackage.getEClass()
          Returns the meta object for class 'EClass'
 EClass EcorePackage.getEDataType()
          Returns the meta object for class 'EData Type'
 EClass EcorePackage.getEEnum()
          Returns the meta object for class 'EEnum'
 EClass EcorePackage.getEEnumLiteral()
          Returns the meta object for class 'EEnum Literal'
 EClass EcorePackage.getEFactory()
          Returns the meta object for class 'EFactory'
 EClass EcorePackage.getEClassifier()
          Returns the meta object for class 'EClassifier'
 EClass EcorePackage.getEModelElement()
          Returns the meta object for class 'EModel Element'
 EClass EcorePackage.getENamedElement()
          Returns the meta object for class 'ENamed Element'
 EClass EcorePackage.getEObject()
          Returns the meta object for class 'EObject'
 EClass EcorePackage.getEOperation()
          Returns the meta object for class 'EOperation'
 EClass EcorePackage.getEPackage()
          Returns the meta object for class 'EPackage'
 EClass EcorePackage.getEParameter()
          Returns the meta object for class 'EParameter'
 EClass EcorePackage.getEReference()
          Returns the meta object for class 'EReference'
 EClass EcorePackage.getEStructuralFeature()
          Returns the meta object for class 'EStructural Feature'
 EClass EcorePackage.getETypedElement()
          Returns the meta object for class 'ETyped Element'
 EClass EcorePackage.getEStringToStringMapEntry()
          Returns the meta object for class 'EString To String Map Entry'
 EClass EcoreFactory.createEClass()
          Returns a new object of class 'EClass'
 EClass EStructuralFeature.getEContainingClass()
          Returns the value of the 'EContaining Class' container reference.
 EClass EReference.getEReferenceType()
          Returns the value of the 'EReference Type' reference
 EClass EOperation.getEContainingClass()
          Returns the value of the 'EContaining Class' container reference.
 EClass EObject.eClass()
           Returns the meta class.
 

Methods in org.eclipse.emf.ecore with parameters of type EClass
 void InternalEObject.eSetClass(EClass eClass)
          Sets the meta class.
 EObject InternalEObject.EStore.create(EClass eClass)
          Creates a new instance of the class.
 boolean EValidator.validate(EClass eClass, EObject eObject, DiagnosticChain diagnostics, Map context)
           
 EObject EFactory.create(EClass eClass)
           Creates a new instance of the class and returns it.
 boolean EClass.isSuperTypeOf(EClass someClass)
           Returns whether this class is the same as, or a super type of, some other class.
 

Uses of EClass in org.eclipse.emf.ecore.action
 

Fields in org.eclipse.emf.ecore.action declared as EClass
protected  EClass CreateDynamicInstanceAction.eClass
           
 

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

Fields in org.eclipse.emf.ecore.change declared as EClass
static EClass ChangePackage.Literals.CHANGE_DESCRIPTION
          The meta object literal for the 'Description' class
static EClass ChangePackage.Literals.EOBJECT_TO_CHANGES_MAP_ENTRY
          The meta object literal for the 'EObject To Changes Map Entry' class
static EClass ChangePackage.Literals.FEATURE_CHANGE
          The meta object literal for the 'Feature Change' class
static EClass ChangePackage.Literals.LIST_CHANGE
          The meta object literal for the 'List Change' class
static EClass ChangePackage.Literals.RESOURCE_CHANGE
          The meta object literal for the 'Resource Change' class
static EClass ChangePackage.Literals.FEATURE_MAP_ENTRY
          The meta object literal for the 'Feature Map Entry' class
 

Methods in org.eclipse.emf.ecore.change that return EClass
 EClass ChangePackage.getChangeDescription()
          Returns the meta object for class 'Description'
 EClass ChangePackage.getEObjectToChangesMapEntry()
          Returns the meta object for class 'EObject To Changes Map Entry'
 EClass ChangePackage.getFeatureChange()
          Returns the meta object for class 'Feature Change'
 EClass ChangePackage.getListChange()
          Returns the meta object for class 'List Change'
 EClass ChangePackage.getResourceChange()
          Returns the meta object for class 'Resource Change'
 EClass ChangePackage.getFeatureMapEntry()
          Returns the meta object for class 'Feature Map Entry'
 

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

Methods in org.eclipse.emf.ecore.change.impl that return EClass
protected  EClass ResourceChangeImpl.eStaticClass()
           
protected  EClass ListChangeImpl.eStaticClass()
           
protected  EClass FeatureMapEntryImpl.eStaticClass()
           
protected  EClass FeatureChangeImpl.eStaticClass()
           
protected  EClass EObjectToChangesMapEntryImpl.eStaticClass()
           
 EClass ChangePackageImpl.getChangeDescription()
           
 EClass ChangePackageImpl.getEObjectToChangesMapEntry()
           
 EClass ChangePackageImpl.getFeatureChange()
           
 EClass ChangePackageImpl.getListChange()
           
 EClass ChangePackageImpl.getResourceChange()
           
 EClass ChangePackageImpl.getFeatureMapEntry()
           
protected  EClass ChangeDescriptionImpl.eStaticClass()
           
 

Methods in org.eclipse.emf.ecore.change.impl with parameters of type EClass
 EObject ChangeFactoryImpl.create(EClass eClass)
           
 

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

Methods in org.eclipse.emf.ecore.change.util with parameters of type EClass
protected  Object ChangeSwitch.doSwitch(EClass theEClass, EObject theEObject)
          Calls caseXXX for each class of the model until one returns a non null result; it yields that result
 

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

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

Fields in org.eclipse.emf.ecore.impl declared as EClass
protected  EClass EStructuralFeatureImpl.InternalSettingDelegateSingleContainer.eClass
           
protected  EClass EStructuralFeatureImpl.InternalSettingDelegateSingleEObject.eClass
           
protected  EClass EStoreEObjectImpl.EStoreEPropertiesHolderImpl.eClass
           
protected  EClass DynamicEObjectImpl.eClass
           
protected  EClass BasicEObjectImpl.EPropertiesHolderBaseImpl.eClass
           
 

Methods in org.eclipse.emf.ecore.impl that return EClass
 EClass EcorePackageImpl.getEClass()
           
 EClass EcorePackageImpl.getEDataType()
           
 EClass EcorePackageImpl.getEClassifier()
           
 EClass EcorePackageImpl.getENamedElement()
           
 EClass EcorePackageImpl.getEOperation()
           
 EClass EcorePackageImpl.getEModelElement()
           
 EClass EcorePackageImpl.getEStructuralFeature()
           
 EClass EcorePackageImpl.getEAttribute()
           
 EClass EcorePackageImpl.getEAnnotation()
           
 EClass EcorePackageImpl.getEReference()
           
 EClass EcorePackageImpl.getETypedElement()
           
 EClass EcorePackageImpl.getEStringToStringMapEntry()
           
 EClass EcorePackageImpl.getEParameter()
           
 EClass EcorePackageImpl.getEObject()
           
 EClass EcorePackageImpl.getEPackage()
           
 EClass EcorePackageImpl.getEEnum()
           
 EClass EcorePackageImpl.getEEnumLiteral()
           
 EClass EcorePackageImpl.getEFactory()
           
 EClass EcoreFactoryImpl.createEClass()
           
protected  EClass ETypedElementImpl.eStaticClass()
           
protected  EClass EStructuralFeatureImpl.eStaticClass()
           
 EClass EStructuralFeatureImpl.getEContainingClass()
           
protected  EClass EStringToStringMapEntryImpl.eStaticClass()
           
 EClass EStoreEObjectImpl.EStoreEPropertiesHolderImpl.getEClass()
           
protected  EClass EReferenceImpl.eStaticClass()
           
 EClass EReferenceImpl.getEReferenceType()
           
 EClass EReferenceImpl.basicGetEReferenceType()
           
protected  EClass EParameterImpl.eStaticClass()
           
protected  EClass EPackageImpl.eStaticClass()
           
protected  EClass EPackageImpl.createEClass(int id)
           
protected  EClass EPackageImpl.initEClass(EClass c, Class instanceClass, String name, boolean isAbstract, boolean isInterface)
           
protected  EClass EPackageImpl.initEClass(EClass c, Class instanceClass, String name, boolean isAbstract, boolean isInterface, boolean isGenerated)
           
protected  EClass EOperationImpl.eStaticClass()
           
 EClass EOperationImpl.getEContainingClass()
           
protected  EClass EObjectImpl.eStaticClass()
           
 EClass EObjectImpl.eClass()
           
protected  EClass ENamedElementImpl.eStaticClass()
           
protected  EClass EModelElementImpl.eStaticClass()
           
protected  EClass EFactoryImpl.eStaticClass()
           
protected  EClass EEnumLiteralImpl.eStaticClass()
           
protected  EClass EEnumImpl.eStaticClass()
           
protected  EClass EDataTypeImpl.eStaticClass()
           
protected  EClass EClassifierImpl.eStaticClass()
           
protected  EClass EClassImpl.eStaticClass()
           
protected  EClass EAttributeImpl.eStaticClass()
           
protected  EClass EAnnotationImpl.eStaticClass()
           
protected  EClass DynamicEObjectImpl.eDynamicClass()
           
 EClass DynamicEObjectImpl.eClass()
           
 EClass DynamicEObjectImpl.DynamicEPropertiesHolderImpl.getEClass()
           
 EClass BasicEObjectImpl.eClass()
           
protected  EClass BasicEObjectImpl.eStaticClass()
           
protected  EClass BasicEObjectImpl.eDynamicClass()
           
 EClass BasicEObjectImpl.EPropertiesHolder.getEClass()
           
 EClass BasicEObjectImpl.EPropertiesHolderBaseImpl.getEClass()
           
 

Methods in org.eclipse.emf.ecore.impl with parameters of type EClass
 EObject EcoreFactoryImpl.create(EClass eClass)
           
static ESuperAdapter ESuperAdapter.getESuperAdapter(EClass eClass)
           
 void EStoreEObjectImpl.EStoreEPropertiesHolderImpl.setEClass(EClass eClass)
           
 EObject EStoreEObjectImpl.EStoreImpl.create(EClass eClass)
           
protected  void EPackageImpl.createEAttribute(EClass owner, int id)
           
protected  void EPackageImpl.createEReference(EClass owner, int id)
           
protected  EClass EPackageImpl.initEClass(EClass c, Class instanceClass, String name, boolean isAbstract, boolean isInterface)
           
protected  EClass EPackageImpl.initEClass(EClass c, Class instanceClass, String name, boolean isAbstract, boolean isInterface, boolean isGenerated)
           
protected  EOperation EPackageImpl.addEOperation(EClass owner, EClassifier type, String name)
           
protected  EOperation EPackageImpl.addEOperation(EClass owner, EClassifier type, String name, int lowerBound, int UpperBound)
           
protected  void EPackageImpl.fixEStructuralFeatures(EClass eClass)
           
 void EObjectImpl.eSetClass(EClass eClass)
           
 EObject EFactoryImpl.create(EClass eClass)
           
protected  EObject EFactoryImpl.basicCreate(EClass eClass)
           
 boolean EClassImpl.isSuperTypeOf(EClass someClass)
          Determines if the class or interface represented by this Class object is either the same as, or is a superclass or superinterface of, the class or interface represented by the specified someClass parameter.
 void DynamicEObjectImpl.eSetClass(EClass eClass)
           
 void DynamicEObjectImpl.BasicEMapEntry.eSetClass(EClass eClass)
           
 void DynamicEObjectImpl.DynamicEPropertiesHolderImpl.setEClass(EClass eClass)
           
 void BasicEObjectImpl.eSetClass(EClass eClass)
           
 void BasicEObjectImpl.EPropertiesHolder.setEClass(EClass eClass)
           
 void BasicEObjectImpl.EPropertiesHolderBaseImpl.setEClass(EClass eClass)
           
 

Constructors in org.eclipse.emf.ecore.impl with parameters of type EClass
EStructuralFeatureImpl.InternalSettingDelegateSingleContainer(EClass eClass, EStructuralFeature feature, EReference inverseFeature)
           
EStructuralFeatureImpl.InternalSettingDelegateSingleContainerResolving(EClass eClass, EStructuralFeature feature, EReference inverseFeature)
           
EStructuralFeatureImpl.InternalSettingDelegateSingleEObject(EClass eClass, EStructuralFeature feature)
           
EStructuralFeatureImpl.InternalSettingDelegateSingleEObject(EClass eClass, EStructuralFeature feature, EReference inverseFeature)
           
EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectUnsettable(EClass eClass, EStructuralFeature feature)
           
EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectWithInverse(EClass eClass, EStructuralFeature feature, EReference inverseFeature)
           
EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectWithInverseUnsettable(EClass eClass, EStructuralFeature feature, EReference inverseFeature)
           
EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectContainment(EClass eClass, EStructuralFeature feature)
           
EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectContainment(EClass eClass, EStructuralFeature feature, EReference inverseFeature)
           
EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectContainmentResolving(EClass eClass, EStructuralFeature feature)
           
EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectContainmentWithInverse(EClass eClass, EStructuralFeature feature, EReference inverseFeature)
           
EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectContainmentWithInverseResolving(EClass eClass, EStructuralFeature feature, EReference inverseFeature)
           
EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectContainmentUnsettable(EClass eClass, EStructuralFeature feature)
           
EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectContainmentUnsettableResolving(EClass eClass, EStructuralFeature feature)
           
EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectContainmentWithInverseUnsettable(EClass eClass, EStructuralFeature feature, EReference inverseFeature)
           
EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectContainmentWithInverseUnsettableResolving(EClass eClass, EStructuralFeature feature, EReference inverseFeature)
           
EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectResolving(EClass eClass, EStructuralFeature feature)
           
EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectResolving(EClass eClass, EStructuralFeature feature, EReference inverseFeature)
           
EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectResolvingUnsettable(EClass eClass, EStructuralFeature feature)
           
EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectResolvingWithInverse(EClass eClass, EStructuralFeature feature, EReference inverseFeature)
           
EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectResolvingWithInverseUnsettable(EClass eClass, EStructuralFeature feature, EReference inverseFeature)
           
EStoreEObjectImpl(EClass eClass)
          Creates a store-based EObject.
EStoreEObjectImpl(EClass eClass, InternalEObject.EStore eStore)
          Creates a store-based EObject.
DynamicEStoreEObjectImpl(EClass eClass)
          Creates a store-based EObject.
DynamicEStoreEObjectImpl(EClass eClass, InternalEObject.EStore eStore)
          Creates a store-based EObject.
DynamicEObjectImpl(EClass eClass)
          Creates a dynamic EObject.
DynamicEObjectImpl.BasicEMapEntry(EClass eClass)
          Creates a dynamic EObject.
 

Uses of EClass in org.eclipse.emf.ecore.presentation
 

Fields in org.eclipse.emf.ecore.presentation declared as EClass
protected  EClass DynamicModelWizard.eClass
          This caches the class instance.
 

Constructors in org.eclipse.emf.ecore.presentation with parameters of type EClass
DynamicModelWizard(EClass eClass)
          Creates an instance.
 

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

Fields in org.eclipse.emf.ecore.util declared as EClass
protected  EClass FeatureMapUtil.BasicValidator.containingClass
           
protected  EClass EcoreUtil.FilteredSettingsIterator.eClass
           
protected  EClass EcoreEMap.entryEClass
           
protected  EClass BasicExtendedMetaData.EClassExtendedMetaDataImpl.eClass
           
 

Methods in org.eclipse.emf.ecore.util that return EClass
 EClass ExtendedMetaData.getDocumentRoot(EPackage ePackage)
          Returns the class corresponding to the document root in the given package.
protected  EClass EcoreUtil.Copier.getTarget(EClass eClass)
          Returns the target class used to create a copy instance for objects of the given source class.
 EClass BasicExtendedMetaData.getDocumentRoot(EPackage ePackage)
           
 

Methods in org.eclipse.emf.ecore.util with parameters of type EClass
static FeatureMapUtil.Validator FeatureMapUtil.getValidator(EClass containingClass, EStructuralFeature eStructuralFeature)
           
 void ExtendedMetaData.setDocumentRoot(EClass eClass)
          Sets the specified class to be a document root.
 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.
 EStructuralFeature ExtendedMetaData.getAttribute(EClass eClass, String namespace, String name)
          Returns a structural feature within a class, corresponding to a local attribute with the given namespace and name, or, failing that, a document root feature corresponding to a global attribute with the given namespace and name that is affiliated with a feature in the class.
 EStructuralFeature ExtendedMetaData.getElement(EClass eClass, String namespace, String name)
          Returns a structural feature within a class, corresponding to a local element with the given namespace and name, or, failing that, a document root feature corresponding to a global element with the given namespace and name that is affiliated with a feature in the class.
 EStructuralFeature ExtendedMetaData.getSimpleFeature(EClass eClass)
          If the given class represents simple content, returns the simple feature used to store its content.
 EAttribute ExtendedMetaData.getMixedFeature(EClass eClass)
          If the given class represents mixed content, returns the wildcard element feature used to store its content.
 int ExtendedMetaData.getContentKind(EClass eClass)
          Returns the kind of XML content of the type corresponding to the given class.
 void ExtendedMetaData.setContentKind(EClass eClass, int kind)
          Sets the kind of XML content of the type corresponding to the given class.
 List ExtendedMetaData.getAllAttributes(EClass eClass)
          Returns all the structural features of the given class, and its superclasses, corresponding to XML attributes and attribute wildcards.
 List ExtendedMetaData.getAllElements(EClass eClass)
          Returns all the structural features of the given class, and its superclasses, corresponding to elements, element wildards, and model groups.
 List ExtendedMetaData.getAttributes(EClass eClass)
          Returns the structural features of the given class corresponding to XML attributes and attribute wildcards.
 List ExtendedMetaData.getElements(EClass eClass)
          Returns the structural features of the given class corresponding to elements, element wildcards, and model groups.
 EStructuralFeature ExtendedMetaData.getAffiliation(EClass eClass, EStructuralFeature eStructuralFeature)
          Returns a structural feature within the given class that is or is associated with the given structural feature.
 EStructuralFeature ExtendedMetaData.getAttributeWildcardAffiliation(EClass eClass, String namespace, String name)
          Returns a wildcard feature in the given class that allows allows attribute values from the given namespace.
 EStructuralFeature ExtendedMetaData.getElementWildcardAffiliation(EClass eClass, String namespace, String name)
          Returns a wildcard feature in the given class that allows allows element values from the given namespace.
static EObject EcoreUtil.create(EClass eClass)
          Creates an instance of the class.
protected  EClass EcoreUtil.Copier.getTarget(EClass eClass)
          Returns the target class used to create a copy instance for objects of the given source class.
protected  Object EcoreSwitch.doSwitch(EClass theEClass, EObject theEObject)
          Calls caseXXX for each class of the model until one returns a non null result; it yields that result
 Object EcoreSwitch.caseEClass(EClass object)
          Returns the result of interpretting the object as an instance of 'EClass'
 boolean EObjectValidator.validate(EClass eClass, EObject eObject, DiagnosticChain diagnostics, Map context)
           
 boolean Diagnostician.validate(EClass eClass, EObject eObject, DiagnosticChain diagnostics, Map context)
           
 void BasicExtendedMetaData.setDocumentRoot(EClass eClass)
           
 EReference BasicExtendedMetaData.getXMLNSPrefixMapFeature(EClass eClass)
           
 EReference BasicExtendedMetaData.getXSISchemaLocationMapFeature(EClass eClass)
           
 int BasicExtendedMetaData.getContentKind(EClass eClass)
           
protected  int BasicExtendedMetaData.basicGetContentKind(EClass eClass)
           
 void BasicExtendedMetaData.setContentKind(EClass eClass, int kind)
           
 EStructuralFeature BasicExtendedMetaData.getLocalAttribute(EClass eClass, String namespace, String name)
           
 EStructuralFeature BasicExtendedMetaData.getAttribute(EClass eClass, String namespace, String name)
           
protected  EStructuralFeature BasicExtendedMetaData.getLocalElement(EClass eClass, String namespace, String name)
           
 EStructuralFeature BasicExtendedMetaData.getElement(EClass eClass, String namespace, String name)
           
 List BasicExtendedMetaData.getAllAttributes(EClass eClass)
           
 List BasicExtendedMetaData.getAllElements(EClass eClass)
           
 List BasicExtendedMetaData.getAttributes(EClass eClass)
           
 List BasicExtendedMetaData.getElements(EClass eClass)
           
 EStructuralFeature BasicExtendedMetaData.getSimpleFeature(EClass eClass)
           
 EAttribute BasicExtendedMetaData.getMixedFeature(EClass eClass)
           
 EStructuralFeature BasicExtendedMetaData.getAffiliation(EClass eClass, EStructuralFeature eStructuralFeature)
           
 EStructuralFeature BasicExtendedMetaData.getAttributeWildcardAffiliation(EClass eClass, String namespace, String name)
           
 EStructuralFeature BasicExtendedMetaData.getElementWildcardAffiliation(EClass eClass, String namespace, String name)
           
 

Constructors in org.eclipse.emf.ecore.util with parameters of type EClass
FeatureMapUtil.BasicValidator(EClass containingClass, EStructuralFeature eStructuralFeature)
           
EcoreUtil.FilteredSettingsIterator(List list, EReference eReference, EClass eClass)
           
EcoreUtil.FilteredSettingsIterator(Collection collection, EReference eReference, EClass eClass)
           
EcoreUtil.FilteredSettingsIterator(Iterator iterator, EReference eReference, EClass eClass)
           
EcoreEMap(EClass entryEClass, Class entryClass, InternalEObject owner, int featureID)
           
EcoreEMap(EClass entryEClass, Class entryClass, EList delegateEList)
           
EcoreEMap.Unsettable(EClass entryEClass, Class entryClass, InternalEObject owner, int featureID)
           
BasicExtendedMetaData.EClassExtendedMetaDataImpl(EClass eClass)
           
 

Uses of EClass in org.eclipse.emf.ecore.xmi
 

Methods in org.eclipse.emf.ecore.xmi with parameters of type EClass
 boolean XMLSave.XMLTypeInfo.shouldSaveType(EClass objectType, EClassifier featureType, EStructuralFeature feature)
          Determines whether type information should be saved for an object of the specified type in a feature of the specified type.
 boolean XMLSave.XMLTypeInfo.shouldSaveType(EClass objectType, EClass featureType, EStructuralFeature feature)
          Determines whether type information should be saved for an object of the specified type in a feature of the specified type.
 EStructuralFeature XMLResource.XMLMap.getFeature(EClass eClass, String namespaceURI, String name)
          Returns the feature for the given class with the given namespace URI and name.
 List XMLResource.XMLMap.getFeatures(EClass eClass)
          Returns the list of features for the given class in the order in which they should be saved.
 void XMLHelper.setAnySimpleType(EClass type)
          Sets the any simple type class.
 String XMLHelper.getQName(EClass eClass)
          Returns the nsName:name c.ePackage().nsName() : c.eName() If there is an XMLMap, and the target namespace is null for this eClass, just the name is returned.
 void XMLHelper.populateNameInfo(NameInfo nameInfo, EClass eClass)
          This method populates the given NameInfo with name information, resetting all the current values in the nameInfo
 EStructuralFeature XMLHelper.getFeature(EClass eClass, String namespaceURI, String name)
          Returns the structural feature for the XML element/attribute with the given namespaceURI and name.
 EStructuralFeature XMLHelper.getFeature(EClass eClass, String namespaceURI, String name, boolean isElement)
          Returns the structural feature for the XML element/attribute with the given namespaceURI and name.
 

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

Fields in org.eclipse.emf.ecore.xmi.impl declared as EClass
protected  EClass XMLSaveImpl.anySimpleType
           
protected  EClass XMLSaveImpl.anyType
           
protected  EClass[] XMLSaveImpl.Lookup.classes
           
protected  EClass XMLHelperImpl.anySimpleType
           
protected  EClass XMLHandler.anyType
           
protected  EClass XMLHandler.anySimpleType
           
protected  EClass EMOFHelperImpl.propertyClass
           
 

Methods in org.eclipse.emf.ecore.xmi.impl that return EClass
 EClass XMLSaveImpl.Lookup.getDocumentRoot(EPackage epackage)
           
 EClass ConfigurationCache.getDocumentRoot(EPackage ePackage)
           
 

Methods in org.eclipse.emf.ecore.xmi.impl with parameters of type EClass
protected  void XMLSaveImpl.saveTypeAttribute(EClass eClass)
           
 EStructuralFeature[] XMLSaveImpl.Lookup.getFeatures(EClass cls)
           
 int[] XMLSaveImpl.Lookup.getKinds(EClass cls, EStructuralFeature[] featureList)
           
protected  int XMLSaveImpl.Lookup.getIndex(EClass cls)
           
protected  EStructuralFeature[] XMLSaveImpl.Lookup.listFeatures(EClass cls)
           
 boolean XMLSaveImpl.XMLTypeInfoImpl.shouldSaveType(EClass objectType, EClassifier featureType, EStructuralFeature feature)
           
 boolean XMLSaveImpl.XMLTypeInfoImpl.shouldSaveType(EClass objectType, EClass featureType, EStructuralFeature feature)
           
 EStructuralFeature XMLMapImpl.getFeature(EClass eClass, String namespaceURI, String name)
           
 List XMLMapImpl.getFeatures(EClass eClass)
           
 String XMLHelperImpl.getQName(EClass c)
           
 void XMLHelperImpl.populateNameInfo(NameInfo nameInfo, EClass c)
           
 EStructuralFeature XMLHelperImpl.getFeature(EClass eClass, String namespaceURI, String name)
           
 EStructuralFeature XMLHelperImpl.getFeature(EClass eClass, String namespaceURI, String name, boolean isElement)
           
protected  EStructuralFeature XMLHelperImpl.getFeatureWithoutMap(EClass eClass, String name)
           
 void XMLHelperImpl.setAnySimpleType(EClass type)
           
protected  void XMISaveImpl.saveTypeAttribute(EClass eClass)
           
protected  void EMOFSaveImpl.saveTypeAttribute(EClass eClass)
           
 EStructuralFeature EMOFHelperImpl.getFeature(EClass eClass, String namespaceURI, String name, boolean isElement)
           
 void ConfigurationCache.putDocumentRoot(EPackage ePackage, EClass documentRoot)
           
 

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

Fields in org.eclipse.emf.ecore.xml.namespace declared as EClass
static EClass XMLNamespacePackage.Literals.XML_NAMESPACE_DOCUMENT_ROOT
          The meta object literal for the 'Document Root' class
 

Methods in org.eclipse.emf.ecore.xml.namespace that return EClass
 EClass XMLNamespacePackage.getXMLNamespaceDocumentRoot()
          Returns the meta object for class 'Document Root'
 

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

Methods in org.eclipse.emf.ecore.xml.namespace.impl that return EClass
 EClass XMLNamespacePackageImpl.getXMLNamespaceDocumentRoot()
           
protected  EClass XMLNamespaceDocumentRootImpl.eStaticClass()
           
 

Methods in org.eclipse.emf.ecore.xml.namespace.impl with parameters of type EClass
 EObject XMLNamespaceFactoryImpl.create(EClass eClass)
           
 

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

Fields in org.eclipse.emf.ecore.xml.type declared as EClass
static EClass XMLTypePackage.Literals.ANY_TYPE
          The meta object literal for the 'Any Type' class
static EClass XMLTypePackage.Literals.SIMPLE_ANY_TYPE
          The meta object literal for the 'Simple Any Type' class
static EClass XMLTypePackage.Literals.XML_TYPE_DOCUMENT_ROOT
          The meta object literal for the 'Document Root' class
 

Methods in org.eclipse.emf.ecore.xml.type that return EClass
 EClass XMLTypePackage.getAnyType()
          Returns the meta object for class 'Any Type'
 EClass XMLTypePackage.getSimpleAnyType()
          Returns the meta object for class 'Simple Any Type'
 EClass XMLTypePackage.getXMLTypeDocumentRoot()
          Returns the meta object for class 'Document Root'
 

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

Methods in org.eclipse.emf.ecore.xml.type.impl that return EClass
 EClass XMLTypePackageImpl.getAnyType()
           
 EClass XMLTypePackageImpl.getSimpleAnyType()
           
 EClass XMLTypePackageImpl.getXMLTypeDocumentRoot()
           
protected  EClass XMLTypeDocumentRootImpl.eStaticClass()
           
protected  EClass SimpleAnyTypeImpl.eStaticClass()
           
protected  EClass AnyTypeImpl.eStaticClass()
           
 

Methods in org.eclipse.emf.ecore.xml.type.impl with parameters of type EClass
 EObject XMLTypeFactoryImpl.create(EClass eClass)
           
 

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

Methods in org.eclipse.emf.edit.provider with parameters of type EClass
protected  List ReflectiveItemProvider.getAllEClasses(EClass eClass)
           
protected  List ReflectiveItemProvider.getAllEPackages(EClass eClass)
           
protected  List ReflectiveItemProvider.getAllConcreteSubclasses(EClass eClass)
           
protected  EStructuralFeature ReflectiveItemProvider.getLabelFeature(EClass eClass)
           
 

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

Fields in org.eclipse.emf.edit.tree declared as EClass
static EClass TreePackage.Literals.TREE_NODE
          The meta object literal for the 'Node' class
 

Methods in org.eclipse.emf.edit.tree that return EClass
 EClass TreePackage.getTreeNode()
          Returns the meta object for class 'Node'
 

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

Methods in org.eclipse.emf.edit.tree.impl that return EClass
 EClass TreePackageImpl.getTreeNode()
           
protected  EClass TreeNodeImpl.eStaticClass()
           
 

Methods in org.eclipse.emf.edit.tree.impl with parameters of type EClass
 EObject TreeFactoryImpl.create(EClass eClass)
           
 

Uses of EClass in org.eclipse.emf.edit.tree.util
 

Methods in org.eclipse.emf.edit.tree.util with parameters of type EClass
protected  Object TreeSwitch.doSwitch(EClass theEClass, EObject theEObject)
          Calls caseXXX for each class of the model until one returns a non null result; it yields that result
 

Uses of EClass in org.eclipse.emf.importer.java.builder
 

Methods in org.eclipse.emf.importer.java.builder that return EClass
protected  EClass JavaEcoreBuilder.resolveMapEntry(EPackage ePackage, EClassifier keyEClassifier, EClassifier valueEClassifier)
           
 

Methods in org.eclipse.emf.importer.java.builder with parameters of type EClass
protected  void JavaEcoreBuilder.analyzeMethod(EClass eClass, org.eclipse.jdt.core.jdom.IDOMMethod method)
          Creates an EOperation, EAttribute, or EReference as appropriate.
protected  ETypedElement JavaEcoreBuilder.analyzeMethod(EClass eClass, String modelAnnotation, String methodName, String returnType, String[] parameterNames, String[] parameterTypes, String[] exceptionTypes)
           
protected  EStructuralFeature JavaEcoreBuilder.createFeature(EClass eClass, String name, EClassifier eType)
           
 

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

Methods in org.eclipse.emf.importer.rose.builder with parameters of type EClass
protected  void RoseEcoreBuilder.setEClassProperties(RoseNode roseNode, EClass eClass)
           
protected  Object RoseEcoreBuilder.validateEClass(EClass eClass)
           
 

Uses of EClass in org.eclipse.emf.mapping
 

Fields in org.eclipse.emf.mapping declared as EClass
static EClass MappingPackage.Literals.MAPPING_HELPER
          The meta object literal for the 'Helper' class
static EClass MappingPackage.Literals.MAPPING
          The meta object literal for the 'Mapping' class
static EClass MappingPackage.Literals.TYPE_CONVERTER
          The meta object literal for the 'Type Converter' class
static EClass MappingPackage.Literals.FUNCTION_PAIR
          The meta object literal for the 'Function Pair' class
static EClass MappingPackage.Literals.FUNCTION_NAME_PAIR
          The meta object literal for the 'Function Name Pair' class
static EClass MappingPackage.Literals.MAPPING_STRATEGY
          The meta object literal for the 'Strategy' class
static EClass MappingPackage.Literals.MAPPING_ROOT
          The meta object literal for the 'Root' class
static EClass MappingPackage.Literals.COMPLEX_TYPE_CONVERTER
          The meta object literal for the 'Complex Type Converter' class
 

Methods in org.eclipse.emf.mapping that return EClass
 EClass MappingPackage.getMappingHelper()
          Returns the meta object for class 'Helper'
 EClass MappingPackage.getMapping()
          Returns the meta object for class 'Mapping'
 EClass MappingPackage.getTypeConverter()
          Returns the meta object for class 'Type Converter'
 EClass MappingPackage.getFunctionPair()
          Returns the meta object for class 'Function Pair'
 EClass MappingPackage.getFunctionNamePair()
          Returns the meta object for class 'Function Name Pair'
 EClass MappingPackage.getMappingStrategy()
          Returns the meta object for class 'Strategy'
 EClass MappingPackage.getMappingRoot()
          Returns the meta object for class 'Root'
 EClass MappingPackage.getComplexTypeConverter()
          Returns the meta object for class 'Complex Type Converter'
 

Uses of EClass in org.eclipse.emf.mapping.ecore2ecore
 

Fields in org.eclipse.emf.mapping.ecore2ecore declared as EClass
static EClass Ecore2EcorePackage.Literals.ECORE2_ECORE_MAPPING_ROOT
          The meta object literal for the 'Mapping Root' class
 

Methods in org.eclipse.emf.mapping.ecore2ecore that return EClass
 EClass Ecore2EcorePackage.getEcore2EcoreMappingRoot()
          Returns the meta object for class 'Mapping Root'
 

Uses of EClass in org.eclipse.emf.mapping.ecore2ecore.impl
 

Methods in org.eclipse.emf.mapping.ecore2ecore.impl that return EClass
 EClass Ecore2EcorePackageImpl.getEcore2EcoreMappingRoot()
           
protected  EClass Ecore2EcoreMappingRootImpl.eStaticClass()
           
 

Methods in org.eclipse.emf.mapping.ecore2ecore.impl with parameters of type EClass
 EObject Ecore2EcoreFactoryImpl.create(EClass eClass)
           
 

Uses of EClass in org.eclipse.emf.mapping.ecore2ecore.util
 

Methods in org.eclipse.emf.mapping.ecore2ecore.util with parameters of type EClass
protected  Object Ecore2EcoreSwitch.doSwitch(EClass theEClass, EObject theEObject)
          Calls caseXXX for each class of the model until one returns a non null result; it yields that result
 

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

Fields in org.eclipse.emf.mapping.ecore2xml declared as EClass
static EClass Ecore2XMLPackage.Literals.XML_INFO
          The meta object literal for the 'XML Info' class
static EClass Ecore2XMLPackage.Literals.XML_MAP
          The meta object literal for the 'XML Map' class
static EClass Ecore2XMLPackage.Literals.ENAMED_ELEMENT_TO_XML_INFO_MAP_ENTRY
          The meta object literal for the 'ENamed Element To XML Info Map Entry' class
 

Methods in org.eclipse.emf.mapping.ecore2xml that return EClass
 EClass Ecore2XMLPackage.getXMLInfo()
          Returns the meta object for class 'XML Info'
 EClass Ecore2XMLPackage.getXMLMap()
          Returns the meta object for class 'XML Map'
 EClass Ecore2XMLPackage.getENamedElementToXMLInfoMapEntry()
          Returns the meta object for class 'ENamed Element To XML Info Map Entry'
 

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

Methods in org.eclipse.emf.mapping.ecore2xml.impl that return EClass
protected  EClass XMLMapImpl.eStaticClass()
           
protected  EClass XMLInfoImpl.eStaticClass()
           
 EClass Ecore2XMLPackageImpl.getXMLInfo()
           
 EClass Ecore2XMLPackageImpl.getXMLMap()
           
 EClass Ecore2XMLPackageImpl.getENamedElementToXMLInfoMapEntry()
           
protected  EClass ENamedElementToXMLInfoMapEntryImpl.eStaticClass()
           
 

Methods in org.eclipse.emf.mapping.ecore2xml.impl with parameters of type EClass
 EStructuralFeature XMLMapImpl.getFeature(EClass eClass, String namespaceURI, String name)
           
 List XMLMapImpl.getFeatures(EClass eClass)
           
 EObject Ecore2XMLFactoryImpl.create(EClass eClass)
           
 

Uses of EClass in org.eclipse.emf.mapping.ecore2xml.util
 

Methods in org.eclipse.emf.mapping.ecore2xml.util with parameters of type EClass
protected  Object Ecore2XMLSwitch.doSwitch(EClass theEClass, EObject theEObject)
          Calls caseXXX for each class of the model until one returns a non null result; it yields that result
 

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

Methods in org.eclipse.emf.mapping.impl that return EClass
protected  EClass TypeConverterImpl.eStaticClass()
           
protected  EClass MappingStrategyImpl.eStaticClass()
           
protected  EClass MappingRootImpl.eStaticClass()
           
 EClass MappingPackageImpl.getMappingHelper()
           
 EClass MappingPackageImpl.getMapping()
           
 EClass MappingPackageImpl.getTypeConverter()
           
 EClass MappingPackageImpl.getFunctionPair()
           
 EClass MappingPackageImpl.getFunctionNamePair()
           
 EClass MappingPackageImpl.getMappingStrategy()
           
 EClass MappingPackageImpl.getMappingRoot()
           
 EClass MappingPackageImpl.getComplexTypeConverter()
           
protected  EClass MappingImpl.eStaticClass()
           
protected  EClass MappingHelperImpl.eStaticClass()
           
protected  EClass FunctionPairImpl.eStaticClass()
           
protected  EClass FunctionNamePairImpl.eStaticClass()
           
protected  EClass ComplexTypeConverterImpl.eStaticClass()
           
 

Methods in org.eclipse.emf.mapping.impl with parameters of type EClass
 EObject MappingFactoryImpl.create(EClass eClass)
           
 

Uses of EClass in org.eclipse.emf.mapping.util
 

Methods in org.eclipse.emf.mapping.util with parameters of type EClass
protected  Object MappingSwitch.doSwitch(EClass theEClass, EObject theEObject)
          Calls caseXXX for each class of the model until one returns a non null result; it yields that result
 


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