| Package | Description |
|---|---|
| iotmodel | |
| iotmodel.impl | |
| iotmodel.util |
| Modifier and Type | Field and Description |
|---|---|
static List<OsList> |
OsList.VALUES
A public read-only list of all the 'Os List' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static OsList |
OsList.get(int value)
Returns the 'Os List' literal with the specified integer value.
|
static OsList |
OsList.get(String literal)
Returns the 'Os List' literal with the specified literal value.
|
static OsList |
OsList.getByName(String name)
Returns the 'Os List' literal with the specified name.
|
OsList |
IoTOs.getName()
Returns the value of the 'Name' attribute.
|
static OsList |
OsList.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OsList[] |
OsList.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IoTOs.setName(OsList value)
Sets the value of the '
Name' attribute. |
| Modifier and Type | Field and Description |
|---|---|
protected OsList |
IoTOsImpl.name
The cached value of the '
Name' attribute. |
protected static OsList |
IoTOsImpl.NAME_EDEFAULT
The default value of the '
Name' attribute. |
| Modifier and Type | Method and Description |
|---|---|
OsList |
IotmodelFactoryImpl.createOsListFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
OsList |
IoTOsImpl.getName() |
| Modifier and Type | Method and Description |
|---|---|
void |
IoTOsImpl.setName(OsList newName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IotmodelValidator.validateOsList(OsList osList,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context) |
Copyright © 2018–2020 Atlanmod. All rights reserved.