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

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

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

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

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

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

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

Fields in org.eclipse.ecf.discovery.ui.model.impl declared as IServiceTypeID
protected  IServiceTypeID IServiceIDImpl.serviceTypeID
          The cached value of the 'Service Type ID' reference.
 

Methods in org.eclipse.ecf.discovery.ui.model.impl that return IServiceTypeID
 IServiceTypeID IServiceIDImpl.basicGetServiceTypeID()
           
 IServiceTypeID ModelFactoryImpl.createIServiceTypeID()
           
 IServiceTypeID IServiceIDImpl.getServiceTypeID()
           
 

Methods in org.eclipse.ecf.discovery.ui.model.impl with parameters of type IServiceTypeID
 void IServiceIDImpl.setServiceTypeID(IServiceTypeID newServiceTypeID)
           
 

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

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