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(java.lang.String literalName)
           
 

Methods in org.eclipse.emf.codegen.ecore.genmodel that return types with arguments of type GenEnumLiteral
 EList<GenEnumLiteral> GenEnum.getGenEnumLiterals()
          Returns the value of the 'Gen Enum Literals' containment reference list.
 java.util.List<GenEnumLiteral> GenEnum.getUniqueValuedGenEnumLiterals()
           
 

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

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'
 

Fields in org.eclipse.emf.codegen.ecore.genmodel.impl with type parameters of type GenEnumLiteral
protected  EList<GenEnumLiteral> GenEnumImpl.genEnumLiterals
          The cached value of the 'Gen Enum Literals' containment reference list
 

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

Methods in org.eclipse.emf.codegen.ecore.genmodel.impl that return types with arguments of type GenEnumLiteral
 EList<GenEnumLiteral> GenEnumImpl.getGenEnumLiterals()
           
 java.util.List<GenEnumLiteral> GenEnumImpl.getUniqueValuedGenEnumLiterals()
           
 

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

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
 T GenModelSwitch.caseGenEnumLiteral(GenEnumLiteral object)
          Returns the result of interpreting the object as an instance of 'Gen Enum Literal'
 boolean GenModelValidator.validateGenEnumLiteral(GenEnumLiteral genEnumLiteral, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


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