Generation Framework

Uses of Class
org.eclipse.gmf.mappings.Language

Packages that use Language
org.eclipse.gmf.mappings   
org.eclipse.gmf.mappings.impl   
 

Uses of Language in org.eclipse.gmf.mappings
 

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

Methods in org.eclipse.gmf.mappings that return Language
static Language Language.get(int value)
          Returns the 'Language' literal with the specified integer value
static Language Language.get(java.lang.String literal)
          Returns the 'Language' literal with the specified literal value
static Language Language.getByName(java.lang.String name)
          Returns the 'Language' literal with the specified name
 Language ValueExpression.getLanguage()
          Returns the value of the 'Language' attribute.
static Language Language.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Language[] Language.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.eclipse.gmf.mappings with parameters of type Language
 void ValueExpression.setLanguage(Language value)
          Sets the value of the 'Language' attribute
 

Uses of Language in org.eclipse.gmf.mappings.impl
 

Fields in org.eclipse.gmf.mappings.impl declared as Language
protected  Language ValueExpressionImpl.language
          The cached value of the 'Language' attribute
protected static Language ValueExpressionImpl.LANGUAGE_EDEFAULT
          The default value of the 'Language' attribute
 

Methods in org.eclipse.gmf.mappings.impl that return Language
 Language GMFMapFactoryImpl.createLanguageFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 Language ValueExpressionImpl.getLanguage()
           
 

Methods in org.eclipse.gmf.mappings.impl with parameters of type Language
 void ValueExpressionImpl.setLanguage(Language newLanguage)
           
 


Generation Framework

Guidelines for using Eclipse APIs.

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