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   
org.eclipse.emf.codegen.ecore.genmodel.util   
 

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

Fields in org.eclipse.emf.codegen.ecore.genmodel with type parameters of type GenProviderKind
static java.util.List<GenProviderKind> GenProviderKind.VALUES
          A public read-only list of all the 'Gen Provider Kind' enumerators
 

Methods in org.eclipse.emf.codegen.ecore.genmodel that return GenProviderKind
static GenProviderKind GenProviderKind.get(int value)
          Returns the 'Gen Provider Kind' literal with the specified integer value
static GenProviderKind GenProviderKind.get(java.lang.String literal)
          Returns the 'Gen Provider Kind' literal with the specified literal value
static GenProviderKind GenProviderKind.getByName(java.lang.String name)
          Returns the 'Gen Provider Kind' literal with the specified name
 GenProviderKind GenClass.getProvider()
          Returns the value of the 'Provider' attribute.
static GenProviderKind GenProviderKind.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GenProviderKind[] GenProviderKind.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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  GenProviderKind GenClassImpl.provider
          The cached value of the 'Provider' attribute
protected static GenProviderKind GenClassImpl.PROVIDER_EDEFAULT
          The default value of the 'Provider' attribute
 

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

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

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

Methods in org.eclipse.emf.codegen.ecore.genmodel.util with parameters of type GenProviderKind
 boolean GenModelValidator.validateGenProviderKind(GenProviderKind genProviderKind, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


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