org.eclipse.mtj.api.runtimes
Interface RuntimesPackage.Literals

Enclosing interface:
RuntimesPackage

public static interface RuntimesPackage.Literals

Defines literals for the meta objects that represent


Field Summary
static org.eclipse.emf.ecore.EClass DEVICE_CONFIGURATION
          The meta object literal for the 'Device Configuration' class.
static org.eclipse.emf.ecore.EReference DEVICE_CONFIGURATION__IMPLEMENTATION
          The meta object literal for the 'Implementation' containment reference feature.
static org.eclipse.emf.ecore.EReference DEVICE_CONFIGURATION__JVM_REF
          The meta object literal for the 'Jvm Ref' containment reference feature.
static org.eclipse.emf.ecore.EAttribute DEVICE_CONFIGURATION__NAME
          The meta object literal for the 'Name' attribute feature.
static org.eclipse.emf.ecore.EAttribute DEVICE_CONFIGURATION__VERSION
          The meta object literal for the 'Version' attribute feature.
static org.eclipse.emf.ecore.EClass DEVICE_PROFILE
          The meta object literal for the 'Device Profile' class.
static org.eclipse.emf.ecore.EAttribute DEVICE_PROFILE__NAME
          The meta object literal for the 'Name' attribute feature.
static org.eclipse.emf.ecore.EReference DEVICE_PROFILE__SERVICE_APIS
          The meta object literal for the 'Service Apis' containment reference list feature.
static org.eclipse.emf.ecore.EAttribute DEVICE_PROFILE__VERSION
          The meta object literal for the 'Version' attribute feature.
static org.eclipse.emf.ecore.EClass IMPLEMENTATION_REF
          The meta object literal for the 'Implementation Ref' class.
static org.eclipse.emf.ecore.EAttribute IMPLEMENTATION_REF__FILE_REF
          The meta object literal for the 'File Ref' attribute feature.
static org.eclipse.emf.ecore.EAttribute IMPLEMENTATION_REF__JAVADOC_REF
          The meta object literal for the 'Javadoc Ref' attribute feature.
static org.eclipse.emf.ecore.EAttribute IMPLEMENTATION_REF__SOURCE_REF
          The meta object literal for the 'Source Ref' attribute feature.
static org.eclipse.emf.ecore.EClass JVM_IMPLEMENTATION
          The meta object literal for the 'Jvm Implementation' class.
static org.eclipse.emf.ecore.EAttribute JVM_IMPLEMENTATION__FILE_REF
          The meta object literal for the 'File Ref' attribute feature.
static org.eclipse.emf.ecore.EAttribute JVM_IMPLEMENTATION__NAME
          The meta object literal for the 'Name' attribute feature.
static org.eclipse.emf.ecore.EAttribute JVM_IMPLEMENTATION__VENDOR
          The meta object literal for the 'Vendor' attribute feature.
static org.eclipse.emf.ecore.EAttribute JVM_IMPLEMENTATION__VERSION
          The meta object literal for the 'Version' attribute feature.
static org.eclipse.emf.ecore.EClass RUNTIME_PLATFORM
          The meta object literal for the 'Runtime Platform' class.
static org.eclipse.emf.ecore.EAttribute RUNTIME_PLATFORM__DESCRIPTION
          The meta object literal for the 'Description' attribute feature.
static org.eclipse.emf.ecore.EAttribute RUNTIME_PLATFORM__NAME
          The meta object literal for the 'Name' attribute feature.
static org.eclipse.emf.ecore.EReference RUNTIME_PLATFORM__TARGET_DEVICES
          The meta object literal for the 'Target Devices' containment reference list feature.
static org.eclipse.emf.ecore.EClass RUNTIME_PLATFORM_DEFINITION
          The meta object literal for the 'Runtime Platform Definition' class.
static org.eclipse.emf.ecore.EReference RUNTIME_PLATFORM_DEFINITION__DEVICE_CONFIGURATIONS
          The meta object literal for the 'Device Configurations' containment reference list feature.
static org.eclipse.emf.ecore.EReference RUNTIME_PLATFORM_DEFINITION__DEVICE_PROFILES
          The meta object literal for the 'Device Profiles' containment reference list feature.
static org.eclipse.emf.ecore.EReference RUNTIME_PLATFORM_DEFINITION__DEVICES
          The meta object literal for the 'Devices' reference list feature.
static org.eclipse.emf.ecore.EAttribute RUNTIME_PLATFORM_DEFINITION__NAME
          The meta object literal for the 'Name' attribute feature.
static org.eclipse.emf.ecore.EReference RUNTIME_PLATFORM_DEFINITION__SERVICE_APIS
          The meta object literal for the 'Service Apis' containment reference list feature.
static org.eclipse.emf.ecore.EClass SERVICE_API
          The meta object literal for the 'Service Api' class.
static org.eclipse.emf.ecore.EAttribute SERVICE_API__DESCRIPTION
          The meta object literal for the 'Description' attribute feature.
static org.eclipse.emf.ecore.EReference SERVICE_API__IMPLEMENTATION
          The meta object literal for the 'Implementation' containment reference feature.
static org.eclipse.emf.ecore.EAttribute SERVICE_API__NAME
          The meta object literal for the 'Name' attribute feature.
static org.eclipse.emf.ecore.EAttribute SERVICE_API__VERSION
          The meta object literal for the 'Version' attribute feature.
 

Field Detail

RUNTIME_PLATFORM_DEFINITION

static final org.eclipse.emf.ecore.EClass RUNTIME_PLATFORM_DEFINITION
The meta object literal for the 'Runtime Platform Definition' class.

See Also:
RuntimePlatformDefinitionImpl, RuntimesPackageImpl.getRuntimePlatformDefinition()

RUNTIME_PLATFORM_DEFINITION__DEVICES

static final org.eclipse.emf.ecore.EReference RUNTIME_PLATFORM_DEFINITION__DEVICES
The meta object literal for the 'Devices' reference list feature.


RUNTIME_PLATFORM_DEFINITION__DEVICE_PROFILES

static final org.eclipse.emf.ecore.EReference RUNTIME_PLATFORM_DEFINITION__DEVICE_PROFILES
The meta object literal for the 'Device Profiles' containment reference list feature.


RUNTIME_PLATFORM_DEFINITION__SERVICE_APIS

static final org.eclipse.emf.ecore.EReference RUNTIME_PLATFORM_DEFINITION__SERVICE_APIS
The meta object literal for the 'Service Apis' containment reference list feature.


RUNTIME_PLATFORM_DEFINITION__DEVICE_CONFIGURATIONS

static final org.eclipse.emf.ecore.EReference RUNTIME_PLATFORM_DEFINITION__DEVICE_CONFIGURATIONS
The meta object literal for the 'Device Configurations' containment reference list feature.


RUNTIME_PLATFORM_DEFINITION__NAME

static final org.eclipse.emf.ecore.EAttribute RUNTIME_PLATFORM_DEFINITION__NAME
The meta object literal for the 'Name' attribute feature.


DEVICE_PROFILE

static final org.eclipse.emf.ecore.EClass DEVICE_PROFILE
The meta object literal for the 'Device Profile' class.

See Also:
DeviceProfileImpl, RuntimesPackageImpl.getDeviceProfile()

DEVICE_PROFILE__SERVICE_APIS

static final org.eclipse.emf.ecore.EReference DEVICE_PROFILE__SERVICE_APIS
The meta object literal for the 'Service Apis' containment reference list feature.


DEVICE_PROFILE__NAME

static final org.eclipse.emf.ecore.EAttribute DEVICE_PROFILE__NAME
The meta object literal for the 'Name' attribute feature.


DEVICE_PROFILE__VERSION

static final org.eclipse.emf.ecore.EAttribute DEVICE_PROFILE__VERSION
The meta object literal for the 'Version' attribute feature.


SERVICE_API

static final org.eclipse.emf.ecore.EClass SERVICE_API
The meta object literal for the 'Service Api' class.

See Also:
ServiceApiImpl, RuntimesPackageImpl.getServiceApi()

SERVICE_API__IMPLEMENTATION

static final org.eclipse.emf.ecore.EReference SERVICE_API__IMPLEMENTATION
The meta object literal for the 'Implementation' containment reference feature.


SERVICE_API__NAME

static final org.eclipse.emf.ecore.EAttribute SERVICE_API__NAME
The meta object literal for the 'Name' attribute feature.


SERVICE_API__VERSION

static final org.eclipse.emf.ecore.EAttribute SERVICE_API__VERSION
The meta object literal for the 'Version' attribute feature.


SERVICE_API__DESCRIPTION

static final org.eclipse.emf.ecore.EAttribute SERVICE_API__DESCRIPTION
The meta object literal for the 'Description' attribute feature.


DEVICE_CONFIGURATION

static final org.eclipse.emf.ecore.EClass DEVICE_CONFIGURATION
The meta object literal for the 'Device Configuration' class.

See Also:
DeviceConfigurationImpl, RuntimesPackageImpl.getDeviceConfiguration()

DEVICE_CONFIGURATION__IMPLEMENTATION

static final org.eclipse.emf.ecore.EReference DEVICE_CONFIGURATION__IMPLEMENTATION
The meta object literal for the 'Implementation' containment reference feature.


DEVICE_CONFIGURATION__JVM_REF

static final org.eclipse.emf.ecore.EReference DEVICE_CONFIGURATION__JVM_REF
The meta object literal for the 'Jvm Ref' containment reference feature.


DEVICE_CONFIGURATION__NAME

static final org.eclipse.emf.ecore.EAttribute DEVICE_CONFIGURATION__NAME
The meta object literal for the 'Name' attribute feature.


DEVICE_CONFIGURATION__VERSION

static final org.eclipse.emf.ecore.EAttribute DEVICE_CONFIGURATION__VERSION
The meta object literal for the 'Version' attribute feature.


IMPLEMENTATION_REF

static final org.eclipse.emf.ecore.EClass IMPLEMENTATION_REF
The meta object literal for the 'Implementation Ref' class.

See Also:
ImplementationRefImpl, RuntimesPackageImpl.getImplementationRef()

IMPLEMENTATION_REF__FILE_REF

static final org.eclipse.emf.ecore.EAttribute IMPLEMENTATION_REF__FILE_REF
The meta object literal for the 'File Ref' attribute feature.


IMPLEMENTATION_REF__SOURCE_REF

static final org.eclipse.emf.ecore.EAttribute IMPLEMENTATION_REF__SOURCE_REF
The meta object literal for the 'Source Ref' attribute feature.


IMPLEMENTATION_REF__JAVADOC_REF

static final org.eclipse.emf.ecore.EAttribute IMPLEMENTATION_REF__JAVADOC_REF
The meta object literal for the 'Javadoc Ref' attribute feature.


JVM_IMPLEMENTATION

static final org.eclipse.emf.ecore.EClass JVM_IMPLEMENTATION
The meta object literal for the 'Jvm Implementation' class.

See Also:
JvmImplementationImpl, RuntimesPackageImpl.getJvmImplementation()

JVM_IMPLEMENTATION__NAME

static final org.eclipse.emf.ecore.EAttribute JVM_IMPLEMENTATION__NAME
The meta object literal for the 'Name' attribute feature.


JVM_IMPLEMENTATION__VERSION

static final org.eclipse.emf.ecore.EAttribute JVM_IMPLEMENTATION__VERSION
The meta object literal for the 'Version' attribute feature.


JVM_IMPLEMENTATION__VENDOR

static final org.eclipse.emf.ecore.EAttribute JVM_IMPLEMENTATION__VENDOR
The meta object literal for the 'Vendor' attribute feature.


JVM_IMPLEMENTATION__FILE_REF

static final org.eclipse.emf.ecore.EAttribute JVM_IMPLEMENTATION__FILE_REF
The meta object literal for the 'File Ref' attribute feature.


RUNTIME_PLATFORM

static final org.eclipse.emf.ecore.EClass RUNTIME_PLATFORM
The meta object literal for the 'Runtime Platform' class.

See Also:
RuntimePlatformImpl, RuntimesPackageImpl.getRuntimePlatform()

RUNTIME_PLATFORM__TARGET_DEVICES

static final org.eclipse.emf.ecore.EReference RUNTIME_PLATFORM__TARGET_DEVICES
The meta object literal for the 'Target Devices' containment reference list feature.


RUNTIME_PLATFORM__NAME

static final org.eclipse.emf.ecore.EAttribute RUNTIME_PLATFORM__NAME
The meta object literal for the 'Name' attribute feature.


RUNTIME_PLATFORM__DESCRIPTION

static final org.eclipse.emf.ecore.EAttribute RUNTIME_PLATFORM__DESCRIPTION
The meta object literal for the 'Description' attribute feature.