org.eclipse.mtj.api.enumerations
Interface EnumerationsPackage

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:
EnumerationsPackageImpl

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

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

See Also:
EnumerationsFactory

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 ACTION_TYPE
          The meta object id for the 'Action Type' enum.
static int BUILD_TYPE
          The meta object id for the 'Build Type' enum.
static int CAPABILITY
          The meta object id for the 'Capability' enum.
static int DEPLOYMENT_TYPE
          The meta object id for the 'Deployment Type' enum.
static int DEVICE_COMMUNICATION_PROTOCOL
          The meta object id for the 'Device Communication Protocol' enum.
static int DEVICE_STATUS
          The meta object id for the 'Device Status' enum.
static EnumerationsPackage 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.
static int EXPRESSION
          The meta object id for the 'Expression' enum.
static int EXTENSION_TYPE
          The meta object id for the 'Extension Type' enum.
static int PLATFORM_TYPE
          The meta object id for the 'Platform Type' enum.
static int PROJECT_TYPE
          The meta object id for the 'Project Type' enum.
 
Method Summary
 org.eclipse.emf.ecore.EEnum getActionType()
          Returns the meta object for enum 'Action Type'.
 org.eclipse.emf.ecore.EEnum getBuildType()
          Returns the meta object for enum 'Build Type'.
 org.eclipse.emf.ecore.EEnum getCapability()
          Returns the meta object for enum 'Capability'.
 org.eclipse.emf.ecore.EEnum getDeploymentType()
          Returns the meta object for enum 'Deployment Type'.
 org.eclipse.emf.ecore.EEnum getDeviceCommunicationProtocol()
          Returns the meta object for enum 'Device Communication Protocol'.
 org.eclipse.emf.ecore.EEnum getDeviceStatus()
          Returns the meta object for enum 'Device Status'.
 EnumerationsFactory getEnumerationsFactory()
          Returns the factory that creates the instances of the model.
 org.eclipse.emf.ecore.EEnum getExpression()
          Returns the meta object for enum 'Expression'.
 org.eclipse.emf.ecore.EEnum getExtensionType()
          Returns the meta object for enum 'Extension Type'.
 org.eclipse.emf.ecore.EEnum getPlatformType()
          Returns the meta object for enum 'Platform Type'.
 org.eclipse.emf.ecore.EEnum getProjectType()
          Returns the meta object for enum 'Project Type'.
 
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 EnumerationsPackage eINSTANCE
The singleton instance of the package.


CAPABILITY

static final int CAPABILITY
The meta object id for the 'Capability' enum.

See Also:
Capability, EnumerationsPackageImpl.getCapability(), Constant Field Values

BUILD_TYPE

static final int BUILD_TYPE
The meta object id for the 'Build Type' enum.

See Also:
BuildType, EnumerationsPackageImpl.getBuildType(), Constant Field Values

EXTENSION_TYPE

static final int EXTENSION_TYPE
The meta object id for the 'Extension Type' enum.

See Also:
ExtensionType, EnumerationsPackageImpl.getExtensionType(), Constant Field Values

ACTION_TYPE

static final int ACTION_TYPE
The meta object id for the 'Action Type' enum.

See Also:
ActionType, EnumerationsPackageImpl.getActionType(), Constant Field Values

DEPLOYMENT_TYPE

static final int DEPLOYMENT_TYPE
The meta object id for the 'Deployment Type' enum.

See Also:
DeploymentType, EnumerationsPackageImpl.getDeploymentType(), Constant Field Values

DEVICE_COMMUNICATION_PROTOCOL

static final int DEVICE_COMMUNICATION_PROTOCOL
The meta object id for the 'Device Communication Protocol' enum.

See Also:
DeviceCommunicationProtocol, EnumerationsPackageImpl.getDeviceCommunicationProtocol(), Constant Field Values

PLATFORM_TYPE

static final int PLATFORM_TYPE
The meta object id for the 'Platform Type' enum.

See Also:
PlatformType, EnumerationsPackageImpl.getPlatformType(), Constant Field Values

EXPRESSION

static final int EXPRESSION
The meta object id for the 'Expression' enum.

See Also:
Expression, EnumerationsPackageImpl.getExpression(), Constant Field Values

PROJECT_TYPE

static final int PROJECT_TYPE
The meta object id for the 'Project Type' enum.

See Also:
ProjectType, EnumerationsPackageImpl.getProjectType(), Constant Field Values

DEVICE_STATUS

static final int DEVICE_STATUS
The meta object id for the 'Device Status' enum.

See Also:
DeviceStatus, EnumerationsPackageImpl.getDeviceStatus(), Constant Field Values
Method Detail

getCapability

org.eclipse.emf.ecore.EEnum getCapability()
Returns the meta object for enum 'Capability'.

Returns:
the meta object for enum 'Capability'.
See Also:
Capability

getBuildType

org.eclipse.emf.ecore.EEnum getBuildType()
Returns the meta object for enum 'Build Type'.

Returns:
the meta object for enum 'Build Type'.
See Also:
BuildType

getExtensionType

org.eclipse.emf.ecore.EEnum getExtensionType()
Returns the meta object for enum 'Extension Type'.

Returns:
the meta object for enum 'Extension Type'.
See Also:
ExtensionType

getActionType

org.eclipse.emf.ecore.EEnum getActionType()
Returns the meta object for enum 'Action Type'.

Returns:
the meta object for enum 'Action Type'.
See Also:
ActionType

getDeploymentType

org.eclipse.emf.ecore.EEnum getDeploymentType()
Returns the meta object for enum 'Deployment Type'.

Returns:
the meta object for enum 'Deployment Type'.
See Also:
DeploymentType

getDeviceCommunicationProtocol

org.eclipse.emf.ecore.EEnum getDeviceCommunicationProtocol()
Returns the meta object for enum 'Device Communication Protocol'.

Returns:
the meta object for enum 'Device Communication Protocol'.
See Also:
DeviceCommunicationProtocol

getPlatformType

org.eclipse.emf.ecore.EEnum getPlatformType()
Returns the meta object for enum 'Platform Type'.

Returns:
the meta object for enum 'Platform Type'.
See Also:
PlatformType

getExpression

org.eclipse.emf.ecore.EEnum getExpression()
Returns the meta object for enum 'Expression'.

Returns:
the meta object for enum 'Expression'.
See Also:
Expression

getProjectType

org.eclipse.emf.ecore.EEnum getProjectType()
Returns the meta object for enum 'Project Type'.

Returns:
the meta object for enum 'Project Type'.
See Also:
ProjectType

getDeviceStatus

org.eclipse.emf.ecore.EEnum getDeviceStatus()
Returns the meta object for enum 'Device Status'.

Returns:
the meta object for enum 'Device Status'.
See Also:
DeviceStatus

getEnumerationsFactory

EnumerationsFactory getEnumerationsFactory()
Returns the factory that creates the instances of the model.

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