TM Service Discovery
Release 2.0

org.eclipse.tm.discovery.model
Interface ServiceType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

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

A representation of the model object 'Service Type'.

The following features are supported:

See Also:
ModelPackage.getServiceType()

Method Summary
 String getName()
          Returns the value of the 'Name' attribute.
 org.eclipse.emf.common.util.EList getService()
          Returns the value of the 'Service' containment reference list.
 void setName(String value)
          Sets the value of the 'Name' attribute.
 
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

getService

org.eclipse.emf.common.util.EList getService()
Returns the value of the 'Service' containment reference list. The list contents are of type Service.

Returns:
the value of the 'Service' containment reference list.
See Also:
ModelPackage.getServiceType_Service()

getName

String getName()
Returns the value of the 'Name' attribute.

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), ModelPackage.getServiceType_Name()

setName

void setName(String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

TM Service Discovery
Release 2.0

Copyright (c) 2007 Symbian Software Ltd. and others. All Rights Reserved.