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

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

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 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 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.codegen.ecore.java2ecore
 

Methods in org.eclipse.emf.codegen.ecore.java2ecore 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.codegen.ecore.rose2ecore
 

Methods in org.eclipse.emf.codegen.ecore.rose2ecore with parameters of type EEnum
protected  void EcoreBuilder.setEEnumProperties(RoseNode roseNode, EEnum eEnum)
           
protected  void EcoreBuilder.populateEEnumFromDocumentation(EEnum enum, String documentation)
           
 

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
 

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
 

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()
           
 


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