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

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

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

A representation of the model object 'Artifact Deployment Description'.

The following features are supported:

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

Method Summary
 org.eclipse.emf.common.util.EList getArtifactFeature()
          Returns the value of the 'Artifact Feature' containment reference list.
 java.lang.String getLocation()
          Returns the value of the 'Location' attribute
 java.lang.String getNode()
          Returns the value of the 'Node' attribute
 org.eclipse.emf.common.util.EList getResource()
          Returns the value of the 'Resource' containment reference list.
 void setLocation(java.lang.String value)
          Sets the value of the 'Location' attribute
 void setNode(java.lang.String value)
          Sets the value of the 'Node' 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

getLocation

java.lang.String getLocation()
Returns the value of the 'Location' attribute.

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

Returns:
the value of the 'Location' attribute.
See Also:
setLocation(String), ModelPackage.getArtifactDeploymentDescription_Location()
Generated from the meta-model
Part of the meta-model

setLocation

void setLocation(java.lang.String value)
Sets the value of the 'Location' attribute.

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

getNode

java.lang.String getNode()
Returns the value of the 'Node' attribute.

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

Returns:
the value of the 'Node' attribute.
See Also:
setNode(String), ModelPackage.getArtifactDeploymentDescription_Node()
Generated from the meta-model
Part of the meta-model

setNode

void setNode(java.lang.String value)
Sets the value of the 'Node' attribute.

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

getResource

org.eclipse.emf.common.util.EList 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.getArtifactDeploymentDescription_Resource()
Generated from the meta-model
Part of the meta-model
type="org.objectweb.dsrg.sofa.repository.model.ResourceDeploymentDescription" containment="true" resolveProxies="true"

getArtifactFeature

org.eclipse.emf.common.util.EList getArtifactFeature()
Returns the value of the 'Artifact Feature' containment reference list. The list contents are of type Feature.

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

Returns:
the value of the 'Artifact Feature' containment reference list.
See Also:
ModelPackage.getArtifactDeploymentDescription_ArtifactFeature()
Generated from the meta-model
Part of the meta-model
type="org.objectweb.dsrg.sofa.repository.model.Feature" containment="true" resolveProxies="true"