TM Service Discovery
Release 2.0

org.eclipse.tm.discovery.model
Interface Pair

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

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

A representation of the model object 'Pair'.

The following features are supported:

See Also:
ModelPackage.getPair()

Method Summary
 String getKey()
          Returns the value of the 'Key' attribute.
 String getValue()
          Returns the value of the 'Value' attribute.
 void setKey(String value)
          Sets the value of the 'Key' attribute.
 void setValue(String value)
          Sets the value of the 'Value' 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

getKey

String getKey()
Returns the value of the 'Key' attribute.

Returns:
the value of the 'Key' attribute.
See Also:
setKey(String), ModelPackage.getPair_Key()

setKey

void setKey(String value)
Sets the value of the 'Key' attribute.

Parameters:
value - the new value of the 'Key' attribute.
See Also:
getKey()

getValue

String getValue()
Returns the value of the 'Value' attribute.

Returns:
the value of the 'Value' attribute.
See Also:
setValue(String), ModelPackage.getPair_Value()

setValue

void setValue(String value)
Sets the value of the 'Value' attribute.

Parameters:
value - the new value of the 'Value' attribute.
See Also:
getValue()

TM Service Discovery
Release 2.0

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