Uses of Interface
org.eclipse.ecf.discovery.ui.model.IServiceID

Packages that use IServiceID
org.eclipse.ecf.discovery.ui.model   
org.eclipse.ecf.discovery.ui.model.impl   
org.eclipse.ecf.discovery.ui.model.util   
 

Uses of IServiceID in org.eclipse.ecf.discovery.ui.model
 

Methods in org.eclipse.ecf.discovery.ui.model that return IServiceID
 IServiceID ModelFactory.createIServiceID()
          Returns a new object of class 'IService ID'.
 IServiceID IServiceInfo.getServiceID()
          Returns the value of the 'Service ID' reference.
 

Methods in org.eclipse.ecf.discovery.ui.model with parameters of type IServiceID
 void IServiceInfo.setServiceID(IServiceID value)
          Sets the value of the 'Service ID' reference.
 

Uses of IServiceID in org.eclipse.ecf.discovery.ui.model.impl
 

Classes in org.eclipse.ecf.discovery.ui.model.impl that implement IServiceID
 class IServiceIDImpl
          An implementation of the model object 'IService ID'.
 

Fields in org.eclipse.ecf.discovery.ui.model.impl declared as IServiceID
protected  IServiceID IServiceInfoImpl.serviceID
          The cached value of the 'Service ID' reference.
 

Methods in org.eclipse.ecf.discovery.ui.model.impl that return IServiceID
 IServiceID IServiceInfoImpl.basicGetServiceID()
           
 IServiceID ModelFactoryImpl.createIServiceID()
           
 IServiceID IServiceInfoImpl.getServiceID()
           
 

Methods in org.eclipse.ecf.discovery.ui.model.impl with parameters of type IServiceID
 void IServiceInfoImpl.setServiceID(IServiceID newServiceID)
           
 

Uses of IServiceID in org.eclipse.ecf.discovery.ui.model.util
 

Methods in org.eclipse.ecf.discovery.ui.model.util with parameters of type IServiceID
 java.lang.Object ModelSwitch.caseIServiceID(IServiceID object)
          Returns the result of interpreting the object as an instance of 'IService ID'.