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.codegen.ecore.java2ecore   
org.eclipse.emf.codegen.ecore.rose2ecore   
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.mapping   
org.eclipse.emf.mapping.ecore2ecore   
org.eclipse.emf.mapping.ecore2ecore.impl   
org.eclipse.emf.mapping.ecore2ecore.presentation   
org.eclipse.emf.mapping.ecore2ecore.util   
org.eclipse.emf.mapping.impl   
org.eclipse.emf.mapping.util   
 

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

Methods in org.eclipse.emf.codegen.ecore.genmodel that return EClass
 EClass GenModelPackage.getGenModel()
          Returns the meta object for class 'GenModel'
 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 GenClass.getEcoreClass()
          Returns the value of the 'Ecore Class' reference
 

Methods in org.eclipse.emf.codegen.ecore.genmodel with parameters of type 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 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()
           
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()
           
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.impl with parameters of type 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.codegen.ecore.java2ecore
 

Methods in org.eclipse.emf.codegen.ecore.java2ecore that return EClass
protected  EClass JavaEcoreBuilder.resolveMapEntry(EPackage ePackage, EClassifier keyEClassifier, EClassifier valueEClassifier)
           
 

Methods in org.eclipse.emf.codegen.ecore.java2ecore 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)
           
protected  EStructuralFeature JavaEcoreBuilder.createFeature(EClass eClass, String name, EClassifier eType)
           
 

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

Methods in org.eclipse.emf.codegen.ecore.rose2ecore with parameters of type EClass
protected  void EcoreBuilder.setEClassProperties(RoseNode roseNode, EClass eClass)
           
 

Uses of EClass in org.eclipse.emf.ecore
 

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
 

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'
 

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 FeatureChangeImpl.eStaticClass()
           
protected  EClass EObjectToChangesMapEntryImpl.eStaticClass()
           
 EClass ChangePackageImpl.getChangeDescription()
           
 EClass ChangePackageImpl.getEObjectToChangesMapEntry()
           
 EClass ChangePackageImpl.getFeatureChange()
           
 EClass ChangePackageImpl.getListChange()
           
 EClass ChangePackageImpl.getResourceChange()
           
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.EPropertiesHolderImpl.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.EPropertiesHolderImpl.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  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.DynamicEPropertiesHolderImpl.setEClass(EClass eClass)
           
 void BasicEObjectImpl.eSetClass(EClass eClass)
           
 void BasicEObjectImpl.EPropertiesHolder.setEClass(EClass eClass)
           
 void BasicEObjectImpl.EPropertiesHolderImpl.setEClass(EClass eClass)
           
 

Constructors in org.eclipse.emf.ecore.impl with parameters of type EClass
EStructuralFeatureImpl.InternalSettingDelegateSingleContainer(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.InternalSettingDelegateSingleEObjectContainmentWithInverse(EClass eClass, EStructuralFeature feature, EReference inverseFeature)
           
EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectContainmentUnsettable(EClass eClass, EStructuralFeature feature)
           
EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectContainmentWithInverseUnsettable(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.
 

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.
 

Methods in org.eclipse.emf.ecore.presentation with parameters of type EClass
protected  String EcoreModelWizard.EcoreModelWizardInitialObjectCreationPage.getLabel(EClass eClass)
          Returns the label of the specified element
 

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 EcoreEMap.entryEClass
           
protected  EClass BasicExtendedMetaData.EClassExtendedMetaDataImpl.eClass
           
 

Methods in org.eclipse.emf.ecore.util that return EClass
 EClass ExtendedMetaData.getDocumentRoot(EPackage ePackage)
           
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)
           
 EReference ExtendedMetaData.getXMLNSPrefixMapFeature(EClass eClass)
           
 EReference ExtendedMetaData.getXSISchemaLocationMapFeature(EClass eClass)
           
 EStructuralFeature ExtendedMetaData.getAttribute(EClass eClass, String namespace, String name)
           
 EStructuralFeature ExtendedMetaData.getElement(EClass eClass, String namespace, String name)
           
 EStructuralFeature ExtendedMetaData.getSimpleFeature(EClass eClass)
           
 EAttribute ExtendedMetaData.getMixedFeature(EClass eClass)
           
 int ExtendedMetaData.getContentKind(EClass eClass)
           
 void ExtendedMetaData.setContentKind(EClass eClass, int kind)
           
 List ExtendedMetaData.getAllAttributes(EClass eClass)
           
 List ExtendedMetaData.getAllElements(EClass eClass)
           
 List ExtendedMetaData.getAttributes(EClass eClass)
           
 List ExtendedMetaData.getElements(EClass eClass)
           
 EStructuralFeature ExtendedMetaData.getAffiliation(EClass eClass, EStructuralFeature eStructuralFeature)
           
 EStructuralFeature ExtendedMetaData.getAttributeWildcardAffiliation(EClass eClass, String namespace, String name)
           
 EStructuralFeature ExtendedMetaData.getElementWildcardAffiliation(EClass eClass, String namespace, String name)
           
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)
           
 EStructuralFeature BasicExtendedMetaData.getSimpleFeature(EClass eClass)
           
 EAttribute BasicExtendedMetaData.getMixedFeature(EClass eClass)
           
 List BasicExtendedMetaData.getAllElements(EClass eClass)
           
 List BasicExtendedMetaData.getAttributes(EClass eClass)
           
 List BasicExtendedMetaData.getElements(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)
           
EcoreEMap(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
 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.
 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 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  EStructuralFeature[] XMLSaveImpl.Lookup.listFeatures(EClass cls)
           
 EStructuralFeature XMLMapImpl.getFeature(EClass eClass, String namespaceURI, String name)
           
 List XMLMapImpl.getFeatures(EClass eClass)
           
 String XMLHelperImpl.getQName(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)
           
 

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

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
 

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.getAllConcreteSubclasses(EClass eClass)
           
protected  EStructuralFeature ReflectiveItemProvider.getLabelFeature(EClass eClass)
           
 

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

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.mapping
 

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
 

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.presentation
 

Methods in org.eclipse.emf.mapping.ecore2ecore.presentation with parameters of type EClass
protected  String Ecore2EcoreModelWizard.Ecore2EcoreModelWizardInitialObjectCreationPage.getLabel(EClass eClass)
          Returns the label of the specified element
 

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.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-2004 IBM Corporation and others.
All Rights Reserved.