org.eclipse.mtj.api.deployment
Interface DeploymentPackage

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
DeploymentPackageImpl

public interface DeploymentPackage
extends org.eclipse.emf.ecore.EPackage

The Package for the model. It contains accessors for the meta objects to represent

See Also:
DeploymentFactory

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
 
Field Summary
static int DEPLOYMENT
          The meta object id for the 'Deployment' class.
static int DEPLOYMENT__TYPE
          The feature id for the 'Type' attribute.
static int DEPLOYMENT_FEATURE_COUNT
          The number of structural features of the the 'Deployment' class.
static DeploymentPackage eINSTANCE
          The singleton instance of the package.
static java.lang.String eNAME
          The package name.
static java.lang.String eNS_PREFIX
          The package namespace name.
static java.lang.String eNS_URI
          The package namespace URI.
 
Method Summary
 org.eclipse.emf.ecore.EAttribute getDeployment_Type()
          Returns the meta object for the attribute 'Type'.
 org.eclipse.emf.ecore.EClass getDeployment()
          Returns the meta object for class 'Deployment'.
 DeploymentFactory getDeploymentFactory()
          Returns the factory that creates the instances of the model.
 
Methods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
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
 

Field Detail

eNAME

static final java.lang.String eNAME
The package name.

See Also:
Constant Field Values

eNS_URI

static final java.lang.String eNS_URI
The package namespace URI.

See Also:
Constant Field Values

eNS_PREFIX

static final java.lang.String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values

eINSTANCE

static final DeploymentPackage eINSTANCE
The singleton instance of the package.


DEPLOYMENT

static final int DEPLOYMENT
The meta object id for the 'Deployment' class.

See Also:
DeploymentImpl, DeploymentPackageImpl.getDeployment(), Constant Field Values

DEPLOYMENT__TYPE

static final int DEPLOYMENT__TYPE
The feature id for the 'Type' attribute.

See Also:
Constant Field Values

DEPLOYMENT_FEATURE_COUNT

static final int DEPLOYMENT_FEATURE_COUNT
The number of structural features of the the 'Deployment' class.

See Also:
Constant Field Values
Method Detail

getDeployment

org.eclipse.emf.ecore.EClass getDeployment()
Returns the meta object for class 'Deployment'.

Returns:
the meta object for class 'Deployment'.
See Also:
Deployment

getDeployment_Type

org.eclipse.emf.ecore.EAttribute getDeployment_Type()
Returns the meta object for the attribute 'Type'.

Returns:
the meta object for the attribute 'Type'.
See Also:
Deployment.getType(), getDeployment()

getDeploymentFactory

DeploymentFactory getDeploymentFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.