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

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

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

A representation of the model object 'Node Configuration'.

The following features are supported:

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

Method Summary
 ConnectorManagerConfiguration getConnectorManagerConfiguration()
          Returns the value of the 'Connector Manager Configuration' containment reference
 DockRegistryConfiguration getDockRegistryConfiguration()
          Returns the value of the 'Dock Registry Configuration' containment reference
 RepositoryConfiguration getRepository()
          Returns the value of the 'Repository' containment reference
 java.lang.String getSofaNodeName()
          Returns the value of the 'Sofa Node Name' attribute
 void setConnectorManagerConfiguration(ConnectorManagerConfiguration value)
          Sets the value of the 'Connector Manager Configuration' containment reference
 void setDockRegistryConfiguration(DockRegistryConfiguration value)
          Sets the value of the 'Dock Registry Configuration' containment reference
 void setRepository(RepositoryConfiguration value)
          Sets the value of the 'Repository' containment reference
 void setSofaNodeName(java.lang.String value)
          Sets the value of the 'Sofa Node 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

getSofaNodeName

java.lang.String getSofaNodeName()
Returns the value of the 'Sofa Node Name' attribute.

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

Returns:
the value of the 'Sofa Node Name' attribute.
See Also:
setSofaNodeName(String), ModelPackage.getNodeConfiguration_SofaNodeName()
Generated from the meta-model
Part of the meta-model

setSofaNodeName

void setSofaNodeName(java.lang.String value)
Sets the value of the 'Sofa Node Name' attribute.

Parameters:
value - the new value of the 'Sofa Node Name' attribute.
See Also:
getSofaNodeName()
Generated from the meta-model

getRepository

RepositoryConfiguration getRepository()
Returns the value of the 'Repository' containment reference.

If the meaning of the 'Repository' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Repository' containment reference.
See Also:
setRepository(RepositoryConfiguration), ModelPackage.getNodeConfiguration_Repository()
Generated from the meta-model
Part of the meta-model
containment="true" resolveProxies="true"

setRepository

void setRepository(RepositoryConfiguration value)
Sets the value of the 'Repository' containment reference.

Parameters:
value - the new value of the 'Repository' containment reference.
See Also:
getRepository()
Generated from the meta-model

getDockRegistryConfiguration

DockRegistryConfiguration getDockRegistryConfiguration()
Returns the value of the 'Dock Registry Configuration' containment reference.

If the meaning of the 'Dock Registry Configuration' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Dock Registry Configuration' containment reference.
See Also:
setDockRegistryConfiguration(DockRegistryConfiguration), ModelPackage.getNodeConfiguration_DockRegistryConfiguration()
Generated from the meta-model
Part of the meta-model
containment="true" resolveProxies="true"

setDockRegistryConfiguration

void setDockRegistryConfiguration(DockRegistryConfiguration value)
Sets the value of the 'Dock Registry Configuration' containment reference.

Parameters:
value - the new value of the 'Dock Registry Configuration' containment reference.
See Also:
getDockRegistryConfiguration()
Generated from the meta-model

getConnectorManagerConfiguration

ConnectorManagerConfiguration getConnectorManagerConfiguration()
Returns the value of the 'Connector Manager Configuration' containment reference.

If the meaning of the 'Connector Manager Configuration' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Connector Manager Configuration' containment reference.
See Also:
setConnectorManagerConfiguration(ConnectorManagerConfiguration), ModelPackage.getNodeConfiguration_ConnectorManagerConfiguration()
Generated from the meta-model
Part of the meta-model
containment="true" resolveProxies="true"

setConnectorManagerConfiguration

void setConnectorManagerConfiguration(ConnectorManagerConfiguration value)
Sets the value of the 'Connector Manager Configuration' containment reference.

Parameters:
value - the new value of the 'Connector Manager Configuration' containment reference.
See Also:
getConnectorManagerConfiguration()
Generated from the meta-model