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

Packages that use EEnum
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.impl Provides an implementation of Ecore. 
org.eclipse.emf.ecore.util Provides utilities. 
org.eclipse.emf.ecore.xml.namespace   
org.eclipse.emf.ecore.xml.namespace.impl   
org.eclipse.emf.importer.java.builder   
org.eclipse.emf.importer.rose.builder   
 

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

Fields in org.eclipse.emf.codegen.ecore.genmodel declared as EEnum
static EEnum GenModelPackage.Literals.GEN_PROVIDER_KIND
          The meta object literal for the 'Gen Provider Kind' enum
static EEnum GenModelPackage.Literals.GEN_PROPERTY_KIND
          The meta object literal for the 'Gen Property Kind' enum
static EEnum GenModelPackage.Literals.GEN_RESOURCE_KIND
          The meta object literal for the 'Gen Resource Kind' enum
static EEnum GenModelPackage.Literals.GEN_DELEGATION_KIND
          The meta object literal for the 'Gen Delegation Kind' enum
 

Methods in org.eclipse.emf.codegen.ecore.genmodel that return EEnum
 EEnum GenModelPackage.getGenProviderKind()
          Returns the meta object for enum 'Gen Provider Kind'
 EEnum GenModelPackage.getGenPropertyKind()
          Returns the meta object for enum 'Gen Property Kind'
 EEnum GenModelPackage.getGenResourceKind()
          Returns the meta object for enum 'Gen Resource Kind'
 EEnum GenModelPackage.getGenDelegationKind()
          Returns the meta object for enum 'Gen Delegation Kind'
 EEnum GenEnum.getEcoreEnum()
          Returns the value of the 'Ecore Enum' reference
 

Methods in org.eclipse.emf.codegen.ecore.genmodel with parameters of type EEnum
 void GenEnum.setEcoreEnum(EEnum value)
          Sets the value of the 'Ecore Enum' reference
 void GenEnum.initialize(EEnum eEnum)
           
 

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

Fields in org.eclipse.emf.codegen.ecore.genmodel.impl declared as EEnum
protected  EEnum GenEnumImpl.ecoreEnum
          The cached value of the 'Ecore Enum' reference
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.impl that return EEnum
 EEnum GenModelPackageImpl.getGenProviderKind()
           
 EEnum GenModelPackageImpl.getGenPropertyKind()
           
 EEnum GenModelPackageImpl.getGenResourceKind()
           
 EEnum GenModelPackageImpl.getGenDelegationKind()
           
 EEnum GenEnumImpl.getEcoreEnum()
           
 EEnum GenEnumImpl.basicGetEcoreEnum()
           
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.impl with parameters of type EEnum
 void GenEnumImpl.setEcoreEnum(EEnum newEcoreEnum)
           
 void GenEnumImpl.initialize(EEnum eEnum)
           
protected  GenEnum GenBaseImpl.findGenEnum(EEnum eEnum)
           
 

Uses of EEnum in org.eclipse.emf.ecore
 

Methods in org.eclipse.emf.ecore that return EEnum
 EEnum EcoreFactory.createEEnum()
          Returns a new object of class 'EEnum'
 EEnum EEnumLiteral.getEEnum()
          Returns the value of the 'EEnum' container reference.
 

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

Fields in org.eclipse.emf.ecore.change declared as EEnum
static EEnum ChangePackage.Literals.CHANGE_KIND
          The meta object literal for the 'Kind' enum
 

Methods in org.eclipse.emf.ecore.change that return EEnum
 EEnum ChangePackage.getChangeKind()
          Returns the meta object for enum 'Kind'
 

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

Methods in org.eclipse.emf.ecore.change.impl that return EEnum
 EEnum ChangePackageImpl.getChangeKind()
           
 

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

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

Methods in org.eclipse.emf.ecore.impl that return EEnum
 EEnum EcoreFactoryImpl.createEEnum()
           
protected  EEnum EPackageImpl.createEEnum(int id)
           
protected  EEnum EPackageImpl.initEEnum(EEnum e, Class instanceClass, String name)
           
 EEnum EEnumLiteralImpl.getEEnum()
           
 

Methods in org.eclipse.emf.ecore.impl with parameters of type EEnum
protected  EEnum EPackageImpl.initEEnum(EEnum e, Class instanceClass, String name)
           
protected  void EPackageImpl.addEEnumLiteral(EEnum owner, Enumerator e)
           
protected  void EPackageImpl.fixEEnumLiterals(EEnum eEnum)
           
 

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

Methods in org.eclipse.emf.ecore.util with parameters of type EEnum
 Object EcoreSwitch.caseEEnum(EEnum object)
          Returns the result of interpretting the object as an instance of 'EEnum'
 

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

Fields in org.eclipse.emf.ecore.xml.namespace declared as EEnum
static EEnum XMLNamespacePackage.Literals.SPACE_TYPE
          The meta object literal for the 'Space Type' enum
 

Methods in org.eclipse.emf.ecore.xml.namespace that return EEnum
 EEnum XMLNamespacePackage.getSpaceType()
          Returns the meta object for enum 'Space Type'
 

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

Methods in org.eclipse.emf.ecore.xml.namespace.impl that return EEnum
 EEnum XMLNamespacePackageImpl.getSpaceType()
           
 

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

Methods in org.eclipse.emf.importer.java.builder with parameters of type EEnum
protected  void JavaEcoreBuilder.analyzeField(EEnum eEnum, org.eclipse.jdt.core.jdom.IDOMField field)
          Creates EEnumLiteral as appropriate.
 

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

Methods in org.eclipse.emf.importer.rose.builder with parameters of type EEnum
protected  void RoseEcoreBuilder.setEEnumProperties(RoseNode roseNode, EEnum eEnum)
           
protected  void RoseEcoreBuilder.populateEEnumFromDocumentation(EEnum eEnum, String documentation)
           
protected  Object RoseEcoreBuilder.validateEEnum(EEnum eEnum)
           
 


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