Uses of Interface
org.eclipse.emf.common.util.Enumerator

Packages that use Enumerator
org.eclipse.emf.codegen.ecore.genmodel   
org.eclipse.emf.common.util Provides basic utilities. 
org.eclipse.emf.ecore Provides an API for the Ecore dialect of UML. 
org.eclipse.emf.ecore.change Provides an API for describing and applying model changes. 
org.eclipse.emf.ecore.impl Provides an implementation of Ecore. 
org.eclipse.emf.ecore.util Provides utilities. 
org.eclipse.emf.ecore.xml.namespace   
 

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

Classes in org.eclipse.emf.codegen.ecore.genmodel that implement Enumerator
 class GenDelegationKind
          A representation of the literals of the enumeration 'Gen Delegation Kind', and utility methods for working with them
 class GenJDKLevel
          A representation of the literals of the enumeration 'Gen JDK Level', and utility methods for working with them.
 class GenPropertyKind
          A representation of the literals of the enumeration 'Gen Property Kind', and utility methods for working with them
 class GenProviderKind
          A representation of the literals of the enumeration 'Gen Provider Kind', and utility methods for working with them
 class GenResourceKind
          A representation of the literals of the enumeration 'Gen Resource Kind', and utility methods for working with them
 class GenRuntimeVersion
          A representation of the literals of the enumeration 'Gen Runtime Version', and utility methods for working with them.
 

Uses of Enumerator in org.eclipse.emf.common.util
 

Classes in org.eclipse.emf.common.util that implement Enumerator
 class AbstractEnumerator
          An extensible enumerator implementation.
 

Uses of Enumerator in org.eclipse.emf.ecore
 

Subinterfaces of Enumerator in org.eclipse.emf.ecore
 interface EEnumLiteral
          A representation of the model object 'EEnum Literal'.
 

Methods in org.eclipse.emf.ecore that return Enumerator
 Enumerator EEnumLiteral.getInstance()
          Returns the value of the 'Instance' attribute
 

Methods in org.eclipse.emf.ecore with parameters of type Enumerator
 void EEnumLiteral.setInstance(Enumerator value)
          Sets the value of the 'Instance' attribute
 

Uses of Enumerator in org.eclipse.emf.ecore.change
 

Classes in org.eclipse.emf.ecore.change that implement Enumerator
 class ChangeKind
          A representation of the literals of the enumeration 'Kind', and utility methods for working with them
 

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

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

Fields in org.eclipse.emf.ecore.impl declared as Enumerator
protected  Enumerator EEnumLiteralImpl.instance
          The cached value of the 'Instance' attribute
protected static Enumerator EEnumLiteralImpl.INSTANCE_EDEFAULT
          The default value of the 'Instance' attribute
 

Methods in org.eclipse.emf.ecore.impl that return Enumerator
 Enumerator EEnumLiteralImpl.getInstance()
           
 

Methods in org.eclipse.emf.ecore.impl with parameters of type Enumerator
protected  void EPackageImpl.addEEnumLiteral(EEnum owner, Enumerator e)
           
 void EEnumLiteralImpl.setInstance(Enumerator newInstance)
           
 void EEnumLiteralImpl.setInstanceGen(Enumerator newInstance)
           
 

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

Methods in org.eclipse.emf.ecore.util with parameters of type Enumerator
 boolean EcoreValidator.validateEEnumerator(Enumerator eEnumerator, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 

Uses of Enumerator in org.eclipse.emf.ecore.xml.namespace
 

Classes in org.eclipse.emf.ecore.xml.namespace that implement Enumerator
 class SpaceType
          A representation of the literals of the enumeration 'Space Type', and utility methods for working with them
 


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