Uses of Interface
org.eclipse.emf.codegen.ecore.genmodel.GenEnum

Packages that use GenEnum
org.eclipse.emf.codegen.ecore.genmodel   
org.eclipse.emf.codegen.ecore.genmodel.generator   
org.eclipse.emf.codegen.ecore.genmodel.impl   
org.eclipse.emf.codegen.ecore.genmodel.util   
 

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

Methods in org.eclipse.emf.codegen.ecore.genmodel that return GenEnum
 GenEnum GenTypedElement.getTypeGenEnum()
           
 GenEnum GenTypedElement.getGenEnumType()
          Deprecated. As of EMF 2.1, replaced by GenTypedElement.getTypeGenEnum().
 GenEnum GenModelFactory.createGenEnum()
          Returns a new object of class 'Gen Enum'
 GenEnum GenModel.createGenEnum()
           
 GenEnum GenEnumLiteral.getGenEnum()
          Returns the value of the 'Gen Enum' container reference.
 

Methods in org.eclipse.emf.codegen.ecore.genmodel with parameters of type GenEnum
 void GenEnumLiteral.setGenEnum(GenEnum value)
          Sets the value of the 'Gen Enum' container reference
 boolean GenEnum.reconcile(GenEnum oldGenEnumVersion)
           
 

Uses of GenEnum in org.eclipse.emf.codegen.ecore.genmodel.generator
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.generator with parameters of type GenEnum
protected  void GenEnumGeneratorAdapter.generateEnumClass(GenEnum genEnum, Monitor monitor)
           
 

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

Classes in org.eclipse.emf.codegen.ecore.genmodel.impl that implement GenEnum
 class GenEnumImpl
           An implementation of the model object 'Gen Enum'
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.impl that return GenEnum
 GenEnum GenTypedElementImpl.getTypeGenEnum()
           
 GenEnum GenTypedElementImpl.getGenEnumType()
          Deprecated. As of EMF 2.1, replaced by GenTypedElementImpl.getTypeGenEnum().
 GenEnum GenModelImpl.createGenEnum()
           
 GenEnum GenModelFactoryImpl.createGenEnum()
           
 GenEnum GenEnumLiteralImpl.getGenEnum()
           
protected  GenEnum GenBaseImpl.findGenEnum(EEnum eEnum)
           
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.impl with parameters of type GenEnum
 NotificationChain GenEnumLiteralImpl.basicSetGenEnum(GenEnum newGenEnum, NotificationChain msgs)
           
 void GenEnumLiteralImpl.setGenEnum(GenEnum newGenEnum)
           
 boolean GenEnumImpl.reconcile(GenEnum oldGenEnumVersion)
           
protected  void GenEnumImpl.reconcileSettings(GenEnum oldGenEnumVersion)
           
 

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

Methods in org.eclipse.emf.codegen.ecore.genmodel.util with parameters of type GenEnum
 Object GenModelSwitch.caseGenEnum(GenEnum object)
          Returns the result of interpretting the object as an instance of 'Gen Enum'
 


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