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

Packages that use GenRuntimeVersion
org.eclipse.emf.codegen.ecore.genmodel   
org.eclipse.emf.codegen.ecore.genmodel.impl   
org.eclipse.emf.codegen.ecore.genmodel.util   
 

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

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

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

Methods in org.eclipse.emf.codegen.ecore.genmodel with parameters of type GenRuntimeVersion
 void GenModel.setRuntimeVersion(GenRuntimeVersion value)
          Sets the value of the 'Runtime Version' attribute
 

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

Fields in org.eclipse.emf.codegen.ecore.genmodel.impl declared as GenRuntimeVersion
protected static GenRuntimeVersion GenModelImpl.RUNTIME_VERSION_EDEFAULT
          The default value of the 'Runtime Version' attribute
protected  GenRuntimeVersion GenModelImpl.runtimeVersion
          The cached value of the 'Runtime Version' attribute
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.impl that return GenRuntimeVersion
 GenRuntimeVersion GenModelFactoryImpl.createGenRuntimeVersionFromString(EDataType eDataType, java.lang.String initialValue)
           
 GenRuntimeVersion GenModelImpl.getRuntimeVersion()
           
 GenRuntimeVersion GenModelImpl.getRuntimeVersionGen()
           
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.impl with parameters of type GenRuntimeVersion
 void GenModelImpl.setRuntimeVersion(GenRuntimeVersion newRuntimeVersion)
           
 

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

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


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