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

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
IServiceIDImpl

public interface IServiceID
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'IService ID'.

The following features are supported:

See Also:
ModelPackage.getIServiceID()
Model
Generated

Method Summary
 IServiceID getEcfServiceID()
          Returns the value of the 'Ecf Service ID' attribute.
 java.lang.String getEcfServiceName()
          Returns the value of the 'Ecf Service Name' attribute.
 IServiceTypeID getServiceTypeID()
          Returns the value of the 'Service Type ID' reference.
 void setEcfServiceID(IServiceID value)
          Sets the value of the 'Ecf Service ID' attribute.
 void setEcfServiceName(java.lang.String value)
          Sets the value of the 'Ecf Service Name' attribute.
 void setServiceTypeID(IServiceTypeID value)
          Sets the value of the 'Service Type ID' reference.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getEcfServiceID

IServiceID getEcfServiceID()
Returns the value of the 'Ecf Service ID' attribute.

If the meaning of the 'Ecf Service ID' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Ecf Service ID' attribute.
See Also:
setEcfServiceID(org.eclipse.ecf.discovery.identity.IServiceID), ModelPackage.getIServiceID_EcfServiceID()
Model
dataType="org.eclipse.ecf.discovery.model.ECFIServiceID"
Generated

setEcfServiceID

void setEcfServiceID(IServiceID value)
Sets the value of the 'Ecf Service ID' attribute.

Parameters:
value - the new value of the 'Ecf Service ID' attribute.
See Also:
getEcfServiceID()
Generated

getEcfServiceName

java.lang.String getEcfServiceName()
Returns the value of the 'Ecf Service Name' attribute.

If the meaning of the 'Ecf Service Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Ecf Service Name' attribute.
See Also:
setEcfServiceName(String), ModelPackage.getIServiceID_EcfServiceName()
Model
Generated

setEcfServiceName

void setEcfServiceName(java.lang.String value)
Sets the value of the 'Ecf Service Name' attribute.

Parameters:
value - the new value of the 'Ecf Service Name' attribute.
See Also:
getEcfServiceName()
Generated

getServiceTypeID

IServiceTypeID getServiceTypeID()
Returns the value of the 'Service Type ID' reference.

If the meaning of the 'Service Type ID' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Service Type ID' reference.
See Also:
setServiceTypeID(IServiceTypeID), ModelPackage.getIServiceID_ServiceTypeID()
Model
Generated

setServiceTypeID

void setServiceTypeID(IServiceTypeID value)
Sets the value of the 'Service Type ID' reference.

Parameters:
value - the new value of the 'Service Type ID' reference.
See Also:
getServiceTypeID()
Generated