|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 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(String literal)
Returns the 'Language' literal with the specified literal value. |
static Language |
Language.getByName(String name)
Returns the 'Language' literal with the specified name. |
Language |
ValueExpression.getLanguage()
Returns the value of the 'Language' attribute. |
static Language |
Language.valueOf(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 are 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,
String initialValue)
|
Language |
ValueExpressionImpl.getLanguage()
|
Methods in org.eclipse.gmf.mappings.impl with parameters of type Language | |
---|---|
void |
ValueExpressionImpl.setLanguage(Language newLanguage)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |