Uses of Interface
org.eclipse.emf.ecore.EEnumLiteral

Packages that use EEnumLiteral
org.eclipse.emf.codegen.ecore.genmodel   
org.eclipse.emf.codegen.ecore.genmodel.impl   
org.eclipse.emf.codegen.ecore.rose2ecore   
org.eclipse.emf.ecore Provides an API for the Ecore dialect of UML. 
org.eclipse.emf.ecore.impl Provides an implementation of Ecore. 
org.eclipse.emf.ecore.util Provides utilities. 
 

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

Methods in org.eclipse.emf.codegen.ecore.genmodel that return EEnumLiteral
 EEnumLiteral GenEnumLiteral.getEcoreEnumLiteral()
          Returns the value of the 'Ecore Enum Literal' reference
 

Methods in org.eclipse.emf.codegen.ecore.genmodel with parameters of type EEnumLiteral
 void GenEnumLiteral.setEcoreEnumLiteral(EEnumLiteral value)
          Sets the value of the 'Ecore Enum Literal' reference
 void GenEnumLiteral.initialize(EEnumLiteral eEnumLiteral)
           
 

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

Fields in org.eclipse.emf.codegen.ecore.genmodel.impl declared as EEnumLiteral
protected  EEnumLiteral GenEnumLiteralImpl.ecoreEnumLiteral
          The cached value of the 'Ecore Enum Literal' reference
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.impl that return EEnumLiteral
 EEnumLiteral GenEnumLiteralImpl.getEcoreEnumLiteral()
           
 EEnumLiteral GenEnumLiteralImpl.basicGetEcoreEnumLiteral()
           
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.impl with parameters of type EEnumLiteral
 void GenEnumLiteralImpl.setEcoreEnumLiteral(EEnumLiteral newEcoreEnumLiteral)
           
 void GenEnumLiteralImpl.initialize(EEnumLiteral eEnumLiteral)
           
 

Uses of EEnumLiteral in org.eclipse.emf.codegen.ecore.rose2ecore
 

Methods in org.eclipse.emf.codegen.ecore.rose2ecore with parameters of type EEnumLiteral
protected  boolean EcoreBuilder.setEEnumLiteralProperties(RoseNode roseNode, EEnumLiteral eEnumLiteral)
           
 

Uses of EEnumLiteral in org.eclipse.emf.ecore
 

Methods in org.eclipse.emf.ecore that return EEnumLiteral
 EEnumLiteral EcoreFactory.createEEnumLiteral()
          Returns a new object of class 'EEnum Literal'
 EEnumLiteral EEnum.getEEnumLiteral(String name)
           Returns the enum literal with the given name, or null.
 EEnumLiteral EEnum.getEEnumLiteral(int value)
           Returns the enum literal with the given value, or null.
 

Uses of EEnumLiteral in org.eclipse.emf.ecore.impl
 

Classes in org.eclipse.emf.ecore.impl that implement EEnumLiteral
 class EEnumLiteralImpl
           An implementation of the model object 'EEnum Literal'
 

Methods in org.eclipse.emf.ecore.impl that return EEnumLiteral
 EEnumLiteral EcoreFactoryImpl.createEEnumLiteral()
           
 EEnumLiteral EEnumImpl.getEEnumLiteral(String stringValue)
           
 EEnumLiteral EEnumImpl.getEEnumLiteral(int intValue)
           
 

Uses of EEnumLiteral in org.eclipse.emf.ecore.util
 

Methods in org.eclipse.emf.ecore.util with parameters of type EEnumLiteral
 Object EcoreSwitch.caseEEnumLiteral(EEnumLiteral object)
          Returns the result of interpretting the object as an instance of 'EEnum Literal'
 


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