Generation Framework

Uses of Class
org.eclipse.gmf.codegen.gmfgen.GenLanguage

Packages that use GenLanguage
org.eclipse.gmf.codegen.gmfgen   
org.eclipse.gmf.codegen.gmfgen.impl   
 

Uses of GenLanguage in org.eclipse.gmf.codegen.gmfgen
 

Fields in org.eclipse.gmf.codegen.gmfgen with type parameters of type GenLanguage
static java.util.List<GenLanguage> GenLanguage.VALUES
          A public read-only list of all the 'Gen Language' enumerators
 

Methods in org.eclipse.gmf.codegen.gmfgen that return GenLanguage
static GenLanguage GenLanguage.get(int value)
          Returns the 'Gen Language' literal with the specified integer value
static GenLanguage GenLanguage.get(java.lang.String literal)
          Returns the 'Gen Language' literal with the specified literal value
static GenLanguage GenLanguage.getByName(java.lang.String name)
          Returns the 'Gen Language' literal with the specified name
 GenLanguage GenExpressionProviderBase.getLanguage()
           If the meaning of the 'Language' attribute isn't clear, there really should be more of a description here...
 GenLanguage GenExpressionInterpreter.getLanguage()
          Returns the value of the 'Language' attribute.
static GenLanguage GenLanguage.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GenLanguage[] GenLanguage.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.eclipse.gmf.codegen.gmfgen with parameters of type GenLanguage
 void GenExpressionInterpreter.setLanguage(GenLanguage value)
          Sets the value of the 'Language' attribute
 

Uses of GenLanguage in org.eclipse.gmf.codegen.gmfgen.impl
 

Fields in org.eclipse.gmf.codegen.gmfgen.impl declared as GenLanguage
protected  GenLanguage GenExpressionInterpreterImpl.language
          The cached value of the 'Language' attribute
protected static GenLanguage GenExpressionInterpreterImpl.LANGUAGE_EDEFAULT
          The default value of the 'Language' attribute
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl that return GenLanguage
 GenLanguage GMFGenFactoryImpl.createGenLanguageFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 GenLanguage GenJavaExpressionProviderImpl.getLanguage()
           
abstract  GenLanguage GenExpressionProviderBaseImpl.getLanguage()
           
 GenLanguage GenExpressionInterpreterImpl.getLanguage()
           
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl with parameters of type GenLanguage
 void GenExpressionInterpreterImpl.setLanguage(GenLanguage newLanguage)
           
 


Generation Framework

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.