|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RuntimesPackage
The Package for the model. It contains accessors for the meta objects to represent
RuntimesFactory| Nested Class Summary | |
|---|---|
static interface |
RuntimesPackage.Literals
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type |
| 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 |
DEVICE_CONFIGURATION
The meta object id for the ' Device Configuration' class. |
static int |
DEVICE_CONFIGURATION__IMPLEMENTATION
The feature id for the 'Implementation' containment reference. |
static int |
DEVICE_CONFIGURATION__JVM_REF
The feature id for the 'Jvm Ref' containment reference. |
static int |
DEVICE_CONFIGURATION__NAME
The feature id for the 'Name' attribute. |
static int |
DEVICE_CONFIGURATION__VERSION
The feature id for the 'Version' attribute. |
static int |
DEVICE_CONFIGURATION_FEATURE_COUNT
The number of structural features of the 'Device Configuration' class. |
static int |
DEVICE_PROFILE
The meta object id for the ' Device Profile' class. |
static int |
DEVICE_PROFILE__NAME
The feature id for the 'Name' attribute. |
static int |
DEVICE_PROFILE__SERVICE_APIS
The feature id for the 'Service Apis' containment reference list. |
static int |
DEVICE_PROFILE__VERSION
The feature id for the 'Version' attribute. |
static int |
DEVICE_PROFILE_FEATURE_COUNT
The number of structural features of the 'Device Profile' class. |
static RuntimesPackage |
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 |
IMPLEMENTATION_REF
The meta object id for the ' Implementation Ref' class. |
static int |
IMPLEMENTATION_REF__FILE_REF
The feature id for the 'File Ref' attribute. |
static int |
IMPLEMENTATION_REF__JAVADOC_REF
The feature id for the 'Javadoc Ref' attribute. |
static int |
IMPLEMENTATION_REF__SOURCE_REF
The feature id for the 'Source Ref' attribute. |
static int |
IMPLEMENTATION_REF_FEATURE_COUNT
The number of structural features of the 'Implementation Ref' class. |
static int |
JVM_IMPLEMENTATION
The meta object id for the ' Jvm Implementation' class. |
static int |
JVM_IMPLEMENTATION__FILE_REF
The feature id for the 'File Ref' attribute. |
static int |
JVM_IMPLEMENTATION__NAME
The feature id for the 'Name' attribute. |
static int |
JVM_IMPLEMENTATION__VENDOR
The feature id for the 'Vendor' attribute. |
static int |
JVM_IMPLEMENTATION__VERSION
The feature id for the 'Version' attribute. |
static int |
JVM_IMPLEMENTATION_FEATURE_COUNT
The number of structural features of the 'Jvm Implementation' class. |
static int |
RUNTIME_PLATFORM
The meta object id for the ' Runtime Platform' class. |
static int |
RUNTIME_PLATFORM__DESCRIPTION
The feature id for the 'Description' attribute. |
static int |
RUNTIME_PLATFORM__NAME
The feature id for the 'Name' attribute. |
static int |
RUNTIME_PLATFORM__TARGET_DEVICES
The feature id for the 'Target Devices' containment reference list. |
static int |
RUNTIME_PLATFORM_DEFINITION
The meta object id for the ' Runtime Platform Definition' class. |
static int |
RUNTIME_PLATFORM_DEFINITION__DEVICE_CONFIGURATIONS
The feature id for the 'Device Configurations' containment reference list. |
static int |
RUNTIME_PLATFORM_DEFINITION__DEVICE_PROFILES
The feature id for the 'Device Profiles' containment reference list. |
static int |
RUNTIME_PLATFORM_DEFINITION__DEVICES
The feature id for the 'Devices' reference list. |
static int |
RUNTIME_PLATFORM_DEFINITION__NAME
The feature id for the 'Name' attribute. |
static int |
RUNTIME_PLATFORM_DEFINITION__SERVICE_APIS
The feature id for the 'Service Apis' containment reference list. |
static int |
RUNTIME_PLATFORM_DEFINITION_FEATURE_COUNT
The number of structural features of the 'Runtime Platform Definition' class. |
static int |
RUNTIME_PLATFORM_FEATURE_COUNT
The number of structural features of the 'Runtime Platform' class. |
static int |
SERVICE_API
The meta object id for the ' Service Api' class. |
static int |
SERVICE_API__DESCRIPTION
The feature id for the 'Description' attribute. |
static int |
SERVICE_API__IMPLEMENTATION
The feature id for the 'Implementation' containment reference. |
static int |
SERVICE_API__NAME
The feature id for the 'Name' attribute. |
static int |
SERVICE_API__VERSION
The feature id for the 'Version' attribute. |
static int |
SERVICE_API_FEATURE_COUNT
The number of structural features of the 'Service Api' class. |
| Method Summary | |
|---|---|
org.eclipse.emf.ecore.EReference |
getDeviceConfiguration_Implementation()
Returns the meta object for the containment reference ' Implementation'. |
org.eclipse.emf.ecore.EReference |
getDeviceConfiguration_JvmRef()
Returns the meta object for the containment reference ' Jvm Ref'. |
org.eclipse.emf.ecore.EAttribute |
getDeviceConfiguration_Name()
Returns the meta object for the attribute ' Name'. |
org.eclipse.emf.ecore.EAttribute |
getDeviceConfiguration_Version()
Returns the meta object for the attribute ' Version'. |
org.eclipse.emf.ecore.EClass |
getDeviceConfiguration()
Returns the meta object for class ' Device Configuration'. |
org.eclipse.emf.ecore.EAttribute |
getDeviceProfile_Name()
Returns the meta object for the attribute ' Name'. |
org.eclipse.emf.ecore.EReference |
getDeviceProfile_ServiceApis()
Returns the meta object for the containment reference list ' Service Apis'. |
org.eclipse.emf.ecore.EAttribute |
getDeviceProfile_Version()
Returns the meta object for the attribute ' Version'. |
org.eclipse.emf.ecore.EClass |
getDeviceProfile()
Returns the meta object for class ' Device Profile'. |
org.eclipse.emf.ecore.EAttribute |
getImplementationRef_FileRef()
Returns the meta object for the attribute ' File Ref'. |
org.eclipse.emf.ecore.EAttribute |
getImplementationRef_JavadocRef()
Returns the meta object for the attribute ' Javadoc Ref'. |
org.eclipse.emf.ecore.EAttribute |
getImplementationRef_SourceRef()
Returns the meta object for the attribute ' Source Ref'. |
org.eclipse.emf.ecore.EClass |
getImplementationRef()
Returns the meta object for class ' Implementation Ref'. |
org.eclipse.emf.ecore.EAttribute |
getJvmImplementation_FileRef()
Returns the meta object for the attribute ' File Ref'. |
org.eclipse.emf.ecore.EAttribute |
getJvmImplementation_Name()
Returns the meta object for the attribute ' Name'. |
org.eclipse.emf.ecore.EAttribute |
getJvmImplementation_Vendor()
Returns the meta object for the attribute ' Vendor'. |
org.eclipse.emf.ecore.EAttribute |
getJvmImplementation_Version()
Returns the meta object for the attribute ' Version'. |
org.eclipse.emf.ecore.EClass |
getJvmImplementation()
Returns the meta object for class ' Jvm Implementation'. |
org.eclipse.emf.ecore.EAttribute |
getRuntimePlatform_Description()
Returns the meta object for the attribute ' Description'. |
org.eclipse.emf.ecore.EAttribute |
getRuntimePlatform_Name()
Returns the meta object for the attribute ' Name'. |
org.eclipse.emf.ecore.EReference |
getRuntimePlatform_TargetDevices()
Returns the meta object for the containment reference list ' Target Devices'. |
org.eclipse.emf.ecore.EClass |
getRuntimePlatform()
Returns the meta object for class ' Runtime Platform'. |
org.eclipse.emf.ecore.EReference |
getRuntimePlatformDefinition_DeviceConfigurations()
Returns the meta object for the containment reference list ' Device Configurations'. |
org.eclipse.emf.ecore.EReference |
getRuntimePlatformDefinition_DeviceProfiles()
Returns the meta object for the containment reference list ' Device Profiles'. |
org.eclipse.emf.ecore.EReference |
getRuntimePlatformDefinition_Devices()
Returns the meta object for the reference list ' Devices'. |
org.eclipse.emf.ecore.EAttribute |
getRuntimePlatformDefinition_Name()
Returns the meta object for the attribute ' Name'. |
org.eclipse.emf.ecore.EReference |
getRuntimePlatformDefinition_ServiceApis()
Returns the meta object for the containment reference list ' Service Apis'. |
org.eclipse.emf.ecore.EClass |
getRuntimePlatformDefinition()
Returns the meta object for class ' Runtime Platform Definition'. |
RuntimesFactory |
getRuntimesFactory()
Returns the factory that creates the instances of the model. |
org.eclipse.emf.ecore.EAttribute |
getServiceApi_Description()
Returns the meta object for the attribute ' Description'. |
org.eclipse.emf.ecore.EReference |
getServiceApi_Implementation()
Returns the meta object for the containment reference ' Implementation'. |
org.eclipse.emf.ecore.EAttribute |
getServiceApi_Name()
Returns the meta object for the attribute ' Name'. |
org.eclipse.emf.ecore.EAttribute |
getServiceApi_Version()
Returns the meta object for the attribute ' Version'. |
org.eclipse.emf.ecore.EClass |
getServiceApi()
Returns the meta object for class ' Service Api'. |
| 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 |
|---|
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final RuntimesPackage eINSTANCE
static final int RUNTIME_PLATFORM_DEFINITION
Runtime Platform Definition' class.
RuntimePlatformDefinitionImpl,
RuntimesPackageImpl.getRuntimePlatformDefinition(),
Constant Field Valuesstatic final int RUNTIME_PLATFORM_DEFINITION__DEVICES
static final int RUNTIME_PLATFORM_DEFINITION__DEVICE_PROFILES
static final int RUNTIME_PLATFORM_DEFINITION__SERVICE_APIS
static final int RUNTIME_PLATFORM_DEFINITION__DEVICE_CONFIGURATIONS
static final int RUNTIME_PLATFORM_DEFINITION__NAME
static final int RUNTIME_PLATFORM_DEFINITION_FEATURE_COUNT
static final int DEVICE_PROFILE
Device Profile' class.
DeviceProfileImpl,
RuntimesPackageImpl.getDeviceProfile(),
Constant Field Valuesstatic final int DEVICE_PROFILE__SERVICE_APIS
static final int DEVICE_PROFILE__NAME
static final int DEVICE_PROFILE__VERSION
static final int DEVICE_PROFILE_FEATURE_COUNT
static final int SERVICE_API
Service Api' class.
ServiceApiImpl,
RuntimesPackageImpl.getServiceApi(),
Constant Field Valuesstatic final int SERVICE_API__IMPLEMENTATION
static final int SERVICE_API__NAME
static final int SERVICE_API__VERSION
static final int SERVICE_API__DESCRIPTION
static final int SERVICE_API_FEATURE_COUNT
static final int DEVICE_CONFIGURATION
Device Configuration' class.
DeviceConfigurationImpl,
RuntimesPackageImpl.getDeviceConfiguration(),
Constant Field Valuesstatic final int DEVICE_CONFIGURATION__IMPLEMENTATION
static final int DEVICE_CONFIGURATION__JVM_REF
static final int DEVICE_CONFIGURATION__NAME
static final int DEVICE_CONFIGURATION__VERSION
static final int DEVICE_CONFIGURATION_FEATURE_COUNT
static final int IMPLEMENTATION_REF
Implementation Ref' class.
ImplementationRefImpl,
RuntimesPackageImpl.getImplementationRef(),
Constant Field Valuesstatic final int IMPLEMENTATION_REF__FILE_REF
static final int IMPLEMENTATION_REF__SOURCE_REF
static final int IMPLEMENTATION_REF__JAVADOC_REF
static final int IMPLEMENTATION_REF_FEATURE_COUNT
static final int JVM_IMPLEMENTATION
Jvm Implementation' class.
JvmImplementationImpl,
RuntimesPackageImpl.getJvmImplementation(),
Constant Field Valuesstatic final int JVM_IMPLEMENTATION__NAME
static final int JVM_IMPLEMENTATION__VERSION
static final int JVM_IMPLEMENTATION__VENDOR
static final int JVM_IMPLEMENTATION__FILE_REF
static final int JVM_IMPLEMENTATION_FEATURE_COUNT
static final int RUNTIME_PLATFORM
Runtime Platform' class.
RuntimePlatformImpl,
RuntimesPackageImpl.getRuntimePlatform(),
Constant Field Valuesstatic final int RUNTIME_PLATFORM__TARGET_DEVICES
static final int RUNTIME_PLATFORM__NAME
static final int RUNTIME_PLATFORM__DESCRIPTION
static final int RUNTIME_PLATFORM_FEATURE_COUNT
| Method Detail |
|---|
org.eclipse.emf.ecore.EClass getRuntimePlatformDefinition()
Runtime Platform Definition'.
RuntimePlatformDefinitionorg.eclipse.emf.ecore.EReference getRuntimePlatformDefinition_Devices()
Devices'.
RuntimePlatformDefinition.getDevices(),
getRuntimePlatformDefinition()org.eclipse.emf.ecore.EReference getRuntimePlatformDefinition_DeviceProfiles()
Device Profiles'.
RuntimePlatformDefinition.getDeviceProfiles(),
getRuntimePlatformDefinition()org.eclipse.emf.ecore.EReference getRuntimePlatformDefinition_ServiceApis()
Service Apis'.
RuntimePlatformDefinition.getServiceApis(),
getRuntimePlatformDefinition()org.eclipse.emf.ecore.EReference getRuntimePlatformDefinition_DeviceConfigurations()
Device Configurations'.
RuntimePlatformDefinition.getDeviceConfigurations(),
getRuntimePlatformDefinition()org.eclipse.emf.ecore.EAttribute getRuntimePlatformDefinition_Name()
Name'.
RuntimePlatformDefinition.getName(),
getRuntimePlatformDefinition()org.eclipse.emf.ecore.EClass getDeviceProfile()
Device Profile'.
DeviceProfileorg.eclipse.emf.ecore.EReference getDeviceProfile_ServiceApis()
Service Apis'.
DeviceProfile.getServiceApis(),
getDeviceProfile()org.eclipse.emf.ecore.EAttribute getDeviceProfile_Name()
Name'.
DeviceProfile.getName(),
getDeviceProfile()org.eclipse.emf.ecore.EAttribute getDeviceProfile_Version()
Version'.
DeviceProfile.getVersion(),
getDeviceProfile()org.eclipse.emf.ecore.EClass getServiceApi()
Service Api'.
ServiceApiorg.eclipse.emf.ecore.EReference getServiceApi_Implementation()
Implementation'.
ServiceApi.getImplementation(),
getServiceApi()org.eclipse.emf.ecore.EAttribute getServiceApi_Name()
Name'.
ServiceApi.getName(),
getServiceApi()org.eclipse.emf.ecore.EAttribute getServiceApi_Version()
Version'.
ServiceApi.getVersion(),
getServiceApi()org.eclipse.emf.ecore.EAttribute getServiceApi_Description()
Description'.
ServiceApi.getDescription(),
getServiceApi()org.eclipse.emf.ecore.EClass getDeviceConfiguration()
Device Configuration'.
DeviceConfigurationorg.eclipse.emf.ecore.EReference getDeviceConfiguration_Implementation()
Implementation'.
DeviceConfiguration.getImplementation(),
getDeviceConfiguration()org.eclipse.emf.ecore.EReference getDeviceConfiguration_JvmRef()
Jvm Ref'.
DeviceConfiguration.getJvmRef(),
getDeviceConfiguration()org.eclipse.emf.ecore.EAttribute getDeviceConfiguration_Name()
Name'.
DeviceConfiguration.getName(),
getDeviceConfiguration()org.eclipse.emf.ecore.EAttribute getDeviceConfiguration_Version()
Version'.
DeviceConfiguration.getVersion(),
getDeviceConfiguration()org.eclipse.emf.ecore.EClass getImplementationRef()
Implementation Ref'.
ImplementationReforg.eclipse.emf.ecore.EAttribute getImplementationRef_FileRef()
File Ref'.
ImplementationRef.getFileRef(),
getImplementationRef()org.eclipse.emf.ecore.EAttribute getImplementationRef_SourceRef()
Source Ref'.
ImplementationRef.getSourceRef(),
getImplementationRef()org.eclipse.emf.ecore.EAttribute getImplementationRef_JavadocRef()
Javadoc Ref'.
ImplementationRef.getJavadocRef(),
getImplementationRef()org.eclipse.emf.ecore.EClass getJvmImplementation()
Jvm Implementation'.
JvmImplementationorg.eclipse.emf.ecore.EAttribute getJvmImplementation_Name()
Name'.
JvmImplementation.getName(),
getJvmImplementation()org.eclipse.emf.ecore.EAttribute getJvmImplementation_Version()
Version'.
JvmImplementation.getVersion(),
getJvmImplementation()org.eclipse.emf.ecore.EAttribute getJvmImplementation_Vendor()
Vendor'.
JvmImplementation.getVendor(),
getJvmImplementation()org.eclipse.emf.ecore.EAttribute getJvmImplementation_FileRef()
File Ref'.
JvmImplementation.getFileRef(),
getJvmImplementation()org.eclipse.emf.ecore.EClass getRuntimePlatform()
Runtime Platform'.
RuntimePlatformorg.eclipse.emf.ecore.EReference getRuntimePlatform_TargetDevices()
Target Devices'.
RuntimePlatform.getTargetDevices(),
getRuntimePlatform()org.eclipse.emf.ecore.EAttribute getRuntimePlatform_Name()
Name'.
RuntimePlatform.getName(),
getRuntimePlatform()org.eclipse.emf.ecore.EAttribute getRuntimePlatform_Description()
Description'.
RuntimePlatform.getDescription(),
getRuntimePlatform()RuntimesFactory getRuntimesFactory()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||