org.eclipse.mtj.api.deployment
Interface Deployment

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

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

A representation of the model object 'Deployment'.

The following features are supported:

See Also:
DeploymentPackage.getDeployment()

Method Summary
 DeploymentType getType()
          Returns the value of the 'Type' attribute.
 void setType(DeploymentType value)
          Sets the value of the 'Type' 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

getType

DeploymentType getType()
Returns the value of the 'Type' attribute. The literals are from the enumeration DeploymentType.

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

Returns:
the value of the 'Type' attribute.
See Also:
DeploymentType, setType(DeploymentType), DeploymentPackage.getDeployment_Type()

setType

void setType(DeploymentType value)
Sets the value of the 'Type' attribute.

Parameters:
value - the new value of the 'Type' attribute.
See Also:
DeploymentType, getType()