Uses of Interface
iotmodel.ID

Packages that use ID
Package Description
iotmodel  
iotmodel.impl  
iotmodel.util  
  • Uses of ID in iotmodel

    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.
  • Uses of ID in iotmodel.impl

    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 ID
    Modifier and Type Method Description
    ID IotmodelFactoryImpl.createID()
    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()
  • Uses of ID in iotmodel.util

    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)