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

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

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

A representation of the model object 'Dock Registry Configuration'.

The following features are supported:

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

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

int 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(int), ModelPackage.getDockRegistryConfiguration_Port()
Generated from the meta-model
Part of the meta-model

setPort

void setPort(int 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