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

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

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

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

The following features are supported:

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

Method Summary
 java.lang.String getResourceName()
          Returns the value of the 'Resource Name' attribute
 java.lang.String getResourceValue()
          Returns the value of the 'Resource Value' attribute
 void setResourceName(java.lang.String value)
          Sets the value of the 'Resource Name' attribute
 void setResourceValue(java.lang.String value)
          Sets the value of the 'Resource Value' 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

getResourceName

java.lang.String getResourceName()
Returns the value of the 'Resource Name' attribute.

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

Returns:
the value of the 'Resource Name' attribute.
See Also:
setResourceName(String), ModelPackage.getResourceDeploymentDescription_ResourceName()
Generated from the meta-model
Part of the meta-model

setResourceName

void setResourceName(java.lang.String value)
Sets the value of the 'Resource Name' attribute.

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

getResourceValue

java.lang.String getResourceValue()
Returns the value of the 'Resource Value' attribute.

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

Returns:
the value of the 'Resource Value' attribute.
See Also:
setResourceValue(String), ModelPackage.getResourceDeploymentDescription_ResourceValue()
Generated from the meta-model
Part of the meta-model

setResourceValue

void setResourceValue(java.lang.String value)
Sets the value of the 'Resource Value' attribute.

Parameters:
value - the new value of the 'Resource Value' attribute.
See Also:
getResourceValue()
Generated from the meta-model