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

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

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

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

Methods in org.eclipse.emf.codegen.ecore.genmodel that return GenRuntimePlatform
static GenRuntimePlatform GenRuntimePlatform.get(int value)
          Returns the 'Gen Runtime Platform' literal with the specified integer value
static GenRuntimePlatform GenRuntimePlatform.get(java.lang.String literal)
          Returns the 'Gen Runtime Platform' literal with the specified literal value
static GenRuntimePlatform GenRuntimePlatform.getByName(java.lang.String name)
          Returns the 'Gen Runtime Platform' literal with the specified name
 GenRuntimePlatform GenModel.getRuntimePlatform()
          Returns the value of the 'Runtime Platform' attribute.
static GenRuntimePlatform GenRuntimePlatform.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GenRuntimePlatform[] GenRuntimePlatform.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 GenRuntimePlatform
 void GenModel.setRuntimePlatform(GenRuntimePlatform value)
          Sets the value of the 'Runtime Platform' attribute
 

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

Fields in org.eclipse.emf.codegen.ecore.genmodel.impl declared as GenRuntimePlatform
protected static GenRuntimePlatform GenModelImpl.RUNTIME_PLATFORM_EDEFAULT
          The default value of the 'Runtime Platform' attribute
protected  GenRuntimePlatform GenModelImpl.runtimePlatform
          The cached value of the 'Runtime Platform' attribute
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.impl that return GenRuntimePlatform
 GenRuntimePlatform GenModelFactoryImpl.createGenRuntimePlatformFromString(EDataType eDataType, java.lang.String initialValue)
           
 GenRuntimePlatform GenModelImpl.getRuntimePlatform()
           
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.impl with parameters of type GenRuntimePlatform
 void GenModelImpl.setRuntimePlatform(GenRuntimePlatform newRuntimePlatform)
           
 

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

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


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