Uses of Class
org.eclipse.emf.codegen.ecore.genmodel.GenProviderKind

Packages that use GenProviderKind
org.eclipse.emf.codegen.ecore.genmodel   
org.eclipse.emf.codegen.ecore.genmodel.impl   
 

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

Fields in org.eclipse.emf.codegen.ecore.genmodel declared as GenProviderKind
static GenProviderKind GenProviderKind.SINGLETON_LITERAL
          The 'Singleton' literal object
static GenProviderKind GenProviderKind.STATEFUL_LITERAL
          The 'Stateful' literal object
static GenProviderKind GenProviderKind.NONE_LITERAL
          The 'None' literal object
 

Methods in org.eclipse.emf.codegen.ecore.genmodel that return GenProviderKind
static GenProviderKind GenProviderKind.get(String literal)
          Returns the 'Gen Provider Kind' literal with the specified literal value
static GenProviderKind GenProviderKind.getByName(String name)
          Returns the 'Gen Provider Kind' literal with the specified name
static GenProviderKind GenProviderKind.get(int value)
          Returns the 'Gen Provider Kind' literal with the specified integer value
 GenProviderKind GenClass.getProvider()
          Returns the value of the 'Provider' attribute.
 

Methods in org.eclipse.emf.codegen.ecore.genmodel with parameters of type GenProviderKind
 void GenClass.setProvider(GenProviderKind value)
          Sets the value of the 'Provider' attribute
 

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

Fields in org.eclipse.emf.codegen.ecore.genmodel.impl declared as GenProviderKind
protected static GenProviderKind GenClassImpl.PROVIDER_EDEFAULT
          The default value of the 'Provider' attribute
protected  GenProviderKind GenClassImpl.provider
          The cached value of the 'Provider' attribute
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.impl that return GenProviderKind
 GenProviderKind GenModelFactoryImpl.createGenProviderKindFromString(EDataType eDataType, String initialValue)
           
 GenProviderKind GenClassImpl.getProvider()
           
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.impl with parameters of type GenProviderKind
 void GenClassImpl.setProvider(GenProviderKind newProvider)
           
 


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