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

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

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

A representation of the model object 'Repository Configuration'.

The following features are supported:

See Also:
ModelPackage.getRepositoryConfiguration()
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
 java.lang.String getServletContext()
          Returns the value of the 'Servlet Context' 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
 void setServletContext(java.lang.String value)
          Sets the value of the 'Servlet Context' 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.getRepositoryConfiguration_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.getRepositoryConfiguration_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

getServletContext

java.lang.String getServletContext()
Returns the value of the 'Servlet Context' attribute.

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

Returns:
the value of the 'Servlet Context' attribute.
See Also:
setServletContext(String), ModelPackage.getRepositoryConfiguration_ServletContext()
Generated from the meta-model
Part of the meta-model

setServletContext

void setServletContext(java.lang.String value)
Sets the value of the 'Servlet Context' attribute.

Parameters:
value - the new value of the 'Servlet Context' attribute.
See Also:
getServletContext()
Generated from the meta-model