org.eclipse.mtj.api.runtimes
Interface RuntimePlatformDefinition

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

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

A representation of the model object 'Runtime Platform Definition'.

The following features are supported:

See Also:
RuntimesPackage.getRuntimePlatformDefinition()

Method Summary
 org.eclipse.emf.common.util.EList getDeviceConfigurations()
          Returns the value of the 'Device Configurations' containment reference list.
 org.eclipse.emf.common.util.EList getDeviceProfiles()
          Returns the value of the 'Device Profiles' containment reference list.
 org.eclipse.emf.common.util.EList getDevices()
          Returns the value of the 'Devices' reference list.
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 org.eclipse.emf.common.util.EList getServiceApis()
          Returns the value of the 'Service Apis' containment reference list.
 void setName(java.lang.String value)
          Sets the value of the 'Name' 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

getDevices

org.eclipse.emf.common.util.EList getDevices()
Returns the value of the 'Devices' reference list. The list contents are of type Device. It is bidirectional and its opposite is 'Runtime Platform Definitions'.

If the meaning of the 'Devices' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Devices' reference list.
See Also:
RuntimesPackage.getRuntimePlatformDefinition_Devices(), Device.getRuntimePlatformDefinitions()

getDeviceProfiles

org.eclipse.emf.common.util.EList getDeviceProfiles()
Returns the value of the 'Device Profiles' containment reference list. The list contents are of type DeviceProfile.

If the meaning of the 'Device Profiles' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Device Profiles' containment reference list.
See Also:
RuntimesPackage.getRuntimePlatformDefinition_DeviceProfiles()

getServiceApis

org.eclipse.emf.common.util.EList getServiceApis()
Returns the value of the 'Service Apis' containment reference list. The list contents are of type ServiceApi.

If the meaning of the 'Service Apis' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Service Apis' containment reference list.
See Also:
RuntimesPackage.getRuntimePlatformDefinition_ServiceApis()

getDeviceConfigurations

org.eclipse.emf.common.util.EList getDeviceConfigurations()
Returns the value of the 'Device Configurations' containment reference list. The list contents are of type DeviceConfiguration.

If the meaning of the 'Device Configurations' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Device Configurations' containment reference list.
See Also:
RuntimesPackage.getRuntimePlatformDefinition_DeviceConfigurations()

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), RuntimesPackage.getRuntimePlatformDefinition_Name()

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()