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.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. 
org.eclipse.emf.ecore.xcore.mappings   
org.eclipse.emf.importer.rose.builder   
 

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.initialize(EEnumLiteral eEnumLiteral)
           
 void GenEnumLiteral.setEcoreEnumLiteral(EEnumLiteral value)
          Sets the value of the 'Ecore Enum Literal' reference
 

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.basicGetEcoreEnumLiteral()
           
 EEnumLiteral GenEnumLiteralImpl.getEcoreEnumLiteral()
           
 

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

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(int value)
          Returns the enum literal with the given value, or null.
 EEnumLiteral EEnum.getEEnumLiteral(java.lang.String name)
          Returns the enum literal with the given name, or null.
 EEnumLiteral EEnum.getEEnumLiteralByLiteral(java.lang.String literal)
          Returns the enum literal with the given literal value, or null.
 

Methods in org.eclipse.emf.ecore that return types with arguments of type EEnumLiteral
 EList<EEnumLiteral> EEnum.getELiterals()
          Returns the value of the 'ELiterals' containment reference list.
 

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'
 

Fields in org.eclipse.emf.ecore.impl with type parameters of type EEnumLiteral
protected  EList<EEnumLiteral> EEnumImpl.eLiterals
          The cached value of the 'ELiterals' containment reference list
 

Methods in org.eclipse.emf.ecore.impl that return EEnumLiteral
 EEnumLiteral EcoreFactoryImpl.createEEnumLiteral()
           
 EEnumLiteral EEnumImpl.getEEnumLiteral(int intValue)
           
 EEnumLiteral EEnumImpl.getEEnumLiteral(java.lang.String name)
           
 EEnumLiteral EEnumImpl.getEEnumLiteralByLiteral(java.lang.String literal)
           
 

Methods in org.eclipse.emf.ecore.impl that return types with arguments of type EEnumLiteral
 EList<EEnumLiteral> EEnumImpl.getELiterals()
           
 

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

Methods in org.eclipse.emf.ecore.util with parameters of type EEnumLiteral
 T EcoreSwitch.caseEEnumLiteral(EEnumLiteral object)
          Returns the result of interpreting the object as an instance of 'EEnum Literal'
 boolean EcoreValidator.validateEEnumLiteral(EEnumLiteral eEnumLiteral, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 

Uses of EEnumLiteral in org.eclipse.emf.ecore.xcore.mappings
 

Methods in org.eclipse.emf.ecore.xcore.mappings that return EEnumLiteral
 EEnumLiteral XEnumLiteralMapping.getEEnumLiteral()
           
 

Methods in org.eclipse.emf.ecore.xcore.mappings with parameters of type EEnumLiteral
 void XEnumLiteralMapping.setEEnumLiteral(EEnumLiteral eEnumLiteral)
           
 

Uses of EEnumLiteral in org.eclipse.emf.importer.rose.builder
 

Methods in org.eclipse.emf.importer.rose.builder with parameters of type EEnumLiteral
protected  boolean RoseEcoreBuilder.setEEnumLiteralProperties(RoseNode roseNode, EEnumLiteral eEnumLiteral)
           
 


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