| Package | Description |
|---|---|
| iotmodel | |
| iotmodel.impl | |
| iotmodel.util |
| Modifier and Type | Field and Description |
|---|---|
static List<LanguageList> |
LanguageList.VALUES
A public read-only list of all the 'Language List' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static LanguageList |
LanguageList.get(int value)
Returns the 'Language List' literal with the specified integer value.
|
static LanguageList |
LanguageList.get(String literal)
Returns the 'Language List' literal with the specified literal value.
|
static LanguageList |
LanguageList.getByName(String name)
Returns the 'Language List' literal with the specified name.
|
LanguageList |
ProgrammingModel.getLanguage()
Returns the value of the 'Language' attribute.
|
static LanguageList |
LanguageList.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LanguageList[] |
LanguageList.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProgrammingModel.setLanguage(LanguageList value)
Sets the value of the '
Language' attribute. |
| Modifier and Type | Field and Description |
|---|---|
protected LanguageList |
ProgrammingModelImpl.language
The cached value of the '
Language' attribute. |
protected static LanguageList |
ProgrammingModelImpl.LANGUAGE_EDEFAULT
The default value of the '
Language' attribute. |
| Modifier and Type | Method and Description |
|---|---|
LanguageList |
IotmodelFactoryImpl.createLanguageListFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
LanguageList |
ProgrammingModelImpl.getLanguage() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProgrammingModelImpl.setLanguage(LanguageList newLanguage) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IotmodelValidator.validateLanguageList(LanguageList languageList,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context) |
Copyright © 2018–2020 Atlanmod. All rights reserved.