TM Service Discovery
Release 2.0

org.eclipse.tm.discovery.model
Interface Service

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

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

A representation of the model object 'Service'.

The following features are supported:

See Also:
ModelPackage.getService()

Method Summary
 String getName()
          Returns the value of the 'Name' attribute.
 org.eclipse.emf.common.util.EList getPair()
          Returns the value of the 'Pair' 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

getPair

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

Returns:
the value of the 'Pair' containment reference list.
See Also:
ModelPackage.getService_Pair()

getName

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), ModelPackage.getService_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.