org.eclipse.mtj.api.runtimes
Interface RuntimePlatform

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

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

A representation of the model object 'Runtime Platform'.

The following features are supported:

See Also:
RuntimesPackage.getRuntimePlatform()

Method Summary
 java.lang.String getDescription()
          Returns the value of the 'Description' attribute.
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 org.eclipse.emf.common.util.EList getTargetDevices()
          Returns the value of the 'Target Devices' containment reference list.
 void setDescription(java.lang.String value)
          Sets the value of the 'Description' attribute.
 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

getTargetDevices

org.eclipse.emf.common.util.EList getTargetDevices()
Returns the value of the 'Target Devices' containment reference list. The list contents are of type TargetDevice.

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

Returns:
the value of the 'Target Devices' containment reference list.
See Also:
RuntimesPackage.getRuntimePlatform_TargetDevices()

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.getRuntimePlatform_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()

getDescription

java.lang.String getDescription()
Returns the value of the 'Description' attribute.

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

Returns:
the value of the 'Description' attribute.
See Also:
setDescription(String), RuntimesPackage.getRuntimePlatform_Description()

setDescription

void setDescription(java.lang.String value)
Sets the value of the 'Description' attribute.

Parameters:
value - the new value of the 'Description' attribute.
See Also:
getDescription()