TM Service Discovery
Release 2.0

org.eclipse.tm.discovery.model
Interface Device

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

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

A representation of the model object 'Device'.

The following features are supported:

See Also:
ModelPackage.getDevice()

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

getServiceType

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

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

getAddress

String getAddress()
Returns the value of the 'Address' attribute.

Returns:
the value of the 'Address' attribute.
See Also:
setAddress(String), ModelPackage.getDevice_Address()

setAddress

void setAddress(String value)
Sets the value of the 'Address' attribute.

Parameters:
value - the new value of the 'Address' attribute.
See Also:
getAddress()

getName

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

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