org.objectweb.dsrg.sofa.repository.model
Interface ConnectorManagerConfiguration

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

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

A representation of the model object 'Connector Manager Configuration'.

The following features are supported:

See Also:
ModelPackage.getConnectorManagerConfiguration()
Generated from the meta-model
Part of the meta-model

Method Summary
 java.lang.String getHostName()
          Returns the value of the 'Host Name' attribute
 java.lang.String getPort()
          Returns the value of the 'Port' attribute
 void setHostName(java.lang.String value)
          Sets the value of the 'Host Name' attribute
 void setPort(java.lang.String value)
          Sets the value of the 'Port' 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

getHostName

java.lang.String getHostName()
Returns the value of the 'Host Name' attribute.

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

Returns:
the value of the 'Host Name' attribute.
See Also:
setHostName(String), ModelPackage.getConnectorManagerConfiguration_HostName()
Generated from the meta-model
Part of the meta-model

setHostName

void setHostName(java.lang.String value)
Sets the value of the 'Host Name' attribute.

Parameters:
value - the new value of the 'Host Name' attribute.
See Also:
getHostName()
Generated from the meta-model

getPort

java.lang.String getPort()
Returns the value of the 'Port' attribute.

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

Returns:
the value of the 'Port' attribute.
See Also:
setPort(String), ModelPackage.getConnectorManagerConfiguration_Port()
Generated from the meta-model
Part of the meta-model

setPort

void setPort(java.lang.String value)
Sets the value of the 'Port' attribute.

Parameters:
value - the new value of the 'Port' attribute.
See Also:
getPort()
Generated from the meta-model