-
Methods in iotmodel that return ID
| Modifier and Type |
Method |
Description |
ID |
IotmodelFactory.createID() |
Returns a new object of class 'ID'.
|
Methods in iotmodel that return types with arguments of type ID
| Modifier and Type |
Method |
Description |
org.eclipse.emf.common.util.EList<ID> |
Thing.getId() |
Returns the value of the 'Id' containment reference list.
|
-
Classes in iotmodel.impl that implement ID
| Modifier and Type |
Class |
Description |
class |
IDImpl |
An implementation of the model object 'ID'.
|
Fields in iotmodel.impl with type parameters of type ID
| Modifier and Type |
Field |
Description |
protected org.eclipse.emf.common.util.EList<ID> |
ThingImpl.id |
The cached value of the ' Id' containment reference list.
|
Methods in iotmodel.impl that return types with arguments of type ID
| Modifier and Type |
Method |
Description |
org.eclipse.emf.common.util.EList<ID> |
ThingImpl.getId() |
-
Methods in iotmodel.util with parameters of type ID
| Modifier and Type |
Method |
Description |
T |
IotmodelSwitch.caseID(ID object) |
Returns the result of interpreting the object as an instance of 'ID'.
|
boolean |
IotmodelValidator.validateID(ID id,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context) |