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 declared as Language
static Language Language.OCL_LITERAL
          The 'Ocl' literal object
static Language Language.JAVA_LITERAL
          The 'Java' literal object
static Language Language.REGEXP_LITERAL
          The 'Regexp' literal object
static Language Language.NREGEXP_LITERAL
          The 'Nregexp' literal object
 

Methods in org.eclipse.gmf.mappings that return Language
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
static Language Language.get(int value)
          Returns the 'Language' literal with the specified integer value
 Language ValueExpression.getLanguage()
          Returns the value of the 'Language' attribute.
 

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 static Language ValueExpressionImpl.LANGUAGE_EDEFAULT
          The default value of the 'Language' attribute
protected  Language ValueExpressionImpl.language
          The cached value of the 'Language' attribute
 

Methods in org.eclipse.gmf.mappings.impl that return Language
 Language GMFMapFactoryImpl.createLanguageFromString(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.