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

Packages that use GenJDKLevel
org.eclipse.emf.ant.taskdefs.codegen.ecore   
org.eclipse.emf.codegen.ecore.genmodel   
org.eclipse.emf.codegen.ecore.genmodel.impl   
org.eclipse.emf.codegen.ecore.genmodel.util   
org.eclipse.emf.importer   
 

Uses of GenJDKLevel in org.eclipse.emf.ant.taskdefs.codegen.ecore
 

Methods in org.eclipse.emf.ant.taskdefs.codegen.ecore that return GenJDKLevel
protected  GenJDKLevel GeneratorTask.getJDKLevel()
           
 

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

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

Methods in org.eclipse.emf.codegen.ecore.genmodel that return GenJDKLevel
static GenJDKLevel GenJDKLevel.get(int value)
          Returns the 'Gen JDK Level' literal with the specified integer value
static GenJDKLevel GenJDKLevel.get(java.lang.String literal)
          Returns the 'Gen JDK Level' literal with the specified literal value
static GenJDKLevel GenJDKLevel.getByName(java.lang.String name)
          Returns the 'Gen JDK Level' literal with the specified name
 GenJDKLevel GenModel.getComplianceLevel()
          Returns the value of the 'Compliance Level' attribute.
 GenJDKLevel GenTypedElement.getEffectiveComplianceLevel()
           
static GenJDKLevel GenJDKLevel.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GenJDKLevel[] GenJDKLevel.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 GenJDKLevel
 void GenModel.setComplianceLevel(GenJDKLevel value)
          Sets the value of the 'Compliance Level' attribute
 

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

Fields in org.eclipse.emf.codegen.ecore.genmodel.impl declared as GenJDKLevel
protected static GenJDKLevel GenModelImpl.COMPLIANCE_LEVEL_EDEFAULT
          The default value of the 'Compliance Level' attribute
protected  GenJDKLevel GenModelImpl.complianceLevel
          The cached value of the 'Compliance Level' attribute
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.impl that return GenJDKLevel
 GenJDKLevel GenModelFactoryImpl.createGenJDKLevelFromString(EDataType eDataType, java.lang.String initialValue)
           
 GenJDKLevel GenModelImpl.getComplianceLevel()
           
 GenJDKLevel GenTypedElementImpl.getEffectiveComplianceLevel()
           
protected  GenJDKLevel GenBaseImpl.getEffectiveComplianceLevel()
           
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.impl with parameters of type GenJDKLevel
 void GenModelImpl.setComplianceLevel(GenJDKLevel newComplianceLevel)
           
 

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

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

Uses of GenJDKLevel in org.eclipse.emf.importer
 

Fields in org.eclipse.emf.importer declared as GenJDKLevel
protected  GenJDKLevel ModelImporterApplication.genJDKLevel
           
 


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