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 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.
 GenEnum GenTypedElement.getGenEnumType()
          Deprecated. As of EMF 2.1, replaced by GenTypedElement.getTypeGenEnum().
 GenEnum GenTypedElement.getTypeGenEnum()
           
 

Methods in org.eclipse.emf.codegen.ecore.genmodel that return types with arguments of type GenEnum
 EList<GenEnum> GenPackage.getGenEnums()
          Returns the value of the 'Gen Enums' containment reference list.
 

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

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'
 

Fields in org.eclipse.emf.codegen.ecore.genmodel.impl with type parameters of type GenEnum
protected  EList<GenEnum> GenPackageImpl.genEnums
          The cached value of the 'Gen Enums' containment reference list
 

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

Methods in org.eclipse.emf.codegen.ecore.genmodel.impl that return types with arguments of type GenEnum
 EList<GenEnum> GenPackageImpl.getGenEnums()
           
 

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

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
 T GenModelSwitch.caseGenEnum(GenEnum object)
          Returns the result of interpreting the object as an instance of 'Gen Enum'
 boolean GenModelValidator.validateGenEnum_NoEcoreDataType(GenEnum genEnum, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the NoEcoreDataType constraint of 'Gen Enum'
 boolean GenModelValidator.validateGenEnum(GenEnum genEnum, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


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