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

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

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

Methods in org.eclipse.emf.codegen.ecore.genmodel that return GenEnumLiteral
 GenEnumLiteral GenModelFactory.createGenEnumLiteral()
          Returns a new object of class 'Gen Enum Literal'
 GenEnumLiteral GenModel.createGenEnumLiteral()
           
 GenEnumLiteral GenEnum.getGenEnumLiteral(String literalName)
           
 

Methods in org.eclipse.emf.codegen.ecore.genmodel with parameters of type GenEnumLiteral
 boolean GenEnumLiteral.reconcile(GenEnumLiteral oldGenEnumLiteralVersion)
           
 String GenEnum.getEnumLiteralID(GenEnumLiteral genEnumLiteral)
           
 int GenEnum.getEnumLiteralValue(GenEnumLiteral genEnumLiteral)
           
 

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

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

Methods in org.eclipse.emf.codegen.ecore.genmodel.impl that return GenEnumLiteral
 GenEnumLiteral GenModelImpl.createGenEnumLiteral()
           
 GenEnumLiteral GenModelFactoryImpl.createGenEnumLiteral()
           
 GenEnumLiteral GenEnumImpl.getGenEnumLiteral(String literalName)
           
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.impl with parameters of type GenEnumLiteral
 boolean GenEnumLiteralImpl.reconcile(GenEnumLiteral oldGenEnumLiteralVersion)
           
protected  void GenEnumLiteralImpl.reconcileSettings(GenEnumLiteral oldGenEnumLiteralVersion)
           
 String GenEnumImpl.getEnumLiteralID(GenEnumLiteral genEnumLiteral)
           
 int GenEnumImpl.getEnumLiteralValue(GenEnumLiteral genEnumLiteral)
           
 

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

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


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