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

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

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

A representation of the model object 'Connector Unit Deployment Description'.

The following features are supported:

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

Method Summary
 CodeBundle getCodeBundle()
          Returns the value of the 'Code Bundle' reference
 RBMConnectorArchitecture getConnectorArchitecture()
          Returns the value of the 'Connector Architecture' reference
 org.eclipse.emf.common.util.EList<Feature> getConnectorFeature()
          Returns the value of the 'Connector Feature' containment reference list.
 java.lang.String getImplementation()
          Returns the value of the 'Implementation' attribute
 java.lang.String getInterfaceName()
          Returns the value of the 'Interface Name' attribute
 org.eclipse.emf.common.util.EList<ResourceDeploymentDescription> getResource()
          Returns the value of the 'Resource' containment reference list.
 java.lang.String getUnitName()
          Returns the value of the 'Unit Name' attribute
 void setCodeBundle(CodeBundle value)
          Sets the value of the 'Code Bundle' reference
 void setConnectorArchitecture(RBMConnectorArchitecture value)
          Sets the value of the 'Connector Architecture' reference
 void setImplementation(java.lang.String value)
          Sets the value of the 'Implementation' attribute
 void setInterfaceName(java.lang.String value)
          Sets the value of the 'Interface Name' attribute
 void setUnitName(java.lang.String value)
          Sets the value of the 'Unit 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

getInterfaceName

java.lang.String getInterfaceName()
Returns the value of the 'Interface Name' attribute.

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

Returns:
the value of the 'Interface Name' attribute.
See Also:
setInterfaceName(String), ModelPackage.getConnectorUnitDeploymentDescription_InterfaceName()
Generated from the meta-model
Part of the meta-model

setInterfaceName

void setInterfaceName(java.lang.String value)
Sets the value of the 'Interface Name' attribute.

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

getUnitName

java.lang.String getUnitName()
Returns the value of the 'Unit Name' attribute.

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

Returns:
the value of the 'Unit Name' attribute.
See Also:
setUnitName(String), ModelPackage.getConnectorUnitDeploymentDescription_UnitName()
Generated from the meta-model
Part of the meta-model

setUnitName

void setUnitName(java.lang.String value)
Sets the value of the 'Unit Name' attribute.

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

getImplementation

java.lang.String getImplementation()
Returns the value of the 'Implementation' attribute.

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

Returns:
the value of the 'Implementation' attribute.
See Also:
setImplementation(String), ModelPackage.getConnectorUnitDeploymentDescription_Implementation()
Generated from the meta-model
Part of the meta-model

setImplementation

void setImplementation(java.lang.String value)
Sets the value of the 'Implementation' attribute.

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

getConnectorFeature

org.eclipse.emf.common.util.EList<Feature> getConnectorFeature()
Returns the value of the 'Connector Feature' containment reference list. The list contents are of type Feature.

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

Returns:
the value of the 'Connector Feature' containment reference list.
See Also:
ModelPackage.getConnectorUnitDeploymentDescription_ConnectorFeature()
Generated from the meta-model
Part of the meta-model
containment="true" resolveProxies="true"

getResource

org.eclipse.emf.common.util.EList<ResourceDeploymentDescription> getResource()
Returns the value of the 'Resource' containment reference list. The list contents are of type ResourceDeploymentDescription.

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

Returns:
the value of the 'Resource' containment reference list.
See Also:
ModelPackage.getConnectorUnitDeploymentDescription_Resource()
Generated from the meta-model
Part of the meta-model
containment="true" resolveProxies="true"

getConnectorArchitecture

RBMConnectorArchitecture getConnectorArchitecture()
Returns the value of the 'Connector Architecture' reference.

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

Returns:
the value of the 'Connector Architecture' reference.
See Also:
setConnectorArchitecture(RBMConnectorArchitecture), ModelPackage.getConnectorUnitDeploymentDescription_ConnectorArchitecture()
Generated from the meta-model
Part of the meta-model

setConnectorArchitecture

void setConnectorArchitecture(RBMConnectorArchitecture value)
Sets the value of the 'Connector Architecture' reference.

Parameters:
value - the new value of the 'Connector Architecture' reference.
See Also:
getConnectorArchitecture()
Generated from the meta-model

getCodeBundle

CodeBundle getCodeBundle()
Returns the value of the 'Code Bundle' reference.

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

Returns:
the value of the 'Code Bundle' reference.
See Also:
setCodeBundle(CodeBundle), ModelPackage.getConnectorUnitDeploymentDescription_CodeBundle()
Generated from the meta-model
Part of the meta-model

setCodeBundle

void setCodeBundle(CodeBundle value)
Sets the value of the 'Code Bundle' reference.

Parameters:
value - the new value of the 'Code Bundle' reference.
See Also:
getCodeBundle()
Generated from the meta-model