| Package | Description |
|---|---|
| iotmodel | |
| iotmodel.impl | |
| iotmodel.util |
| Modifier and Type | Field and Description |
|---|---|
static List<IdList> |
IdList.VALUES
A public read-only list of all the 'Id List' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IdList |
IdList.get(int value)
Returns the 'Id List' literal with the specified integer value.
|
static IdList |
IdList.get(String literal)
Returns the 'Id List' literal with the specified literal value.
|
static IdList |
IdList.getByName(String name)
Returns the 'Id List' literal with the specified name.
|
static IdList |
IdList.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdList[] |
IdList.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
IdList |
IotmodelFactoryImpl.createIdListFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IotmodelValidator.validateIdList(IdList idList,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context) |
Copyright © 2018–2020 Atlanmod. All rights reserved.