|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DevicePlatform
A representation of the model object 'Device Platform'.
The following features are supported:
DevicesTypeConfigurationRuntime Platform DefinitionsNameVendorVersionDebug EnabledPredeployment RequiredExecutable Target RequiredKeep Alive Port RequiredPreferences Dialog AvailableUtilites Dialog AvailableDevice Platform Provider
DevicesPackage.getDevicePlatform()| Method Summary | |
|---|---|
Configuration |
getConfiguration()
Returns the value of the 'Configuration' containment reference. |
MtjExtension |
getDevicePlatformProvider()
Returns the value of the 'Device Platform Provider' reference. |
org.eclipse.emf.common.util.EList |
getDevices()
Returns the value of the 'Devices' containment reference list. |
java.lang.String |
getName()
Returns the value of the 'Name' attribute. |
org.eclipse.emf.common.util.EList |
getRuntimePlatformDefinitions()
Returns the value of the 'Runtime Platform Definitions' containment reference list. |
PlatformType |
getType()
Returns the value of the 'Type' attribute. |
java.lang.String |
getVendor()
Returns the value of the 'Vendor' attribute. |
java.lang.String |
getVersion()
Returns the value of the 'Version' attribute. |
boolean |
isDebugEnabled()
Returns the value of the 'Debug Enabled' attribute. |
boolean |
isExecutableTargetRequired()
Returns the value of the 'Executable Target Required' attribute. |
boolean |
isKeepAlivePortRequired()
Returns the value of the 'Keep Alive Port Required' attribute. |
boolean |
isPredeploymentRequired()
Returns the value of the 'Predeployment Required' attribute. |
boolean |
isPreferencesDialogAvailable()
Returns the value of the 'Preferences Dialog Available' attribute. |
boolean |
isUtilitesDialogAvailable()
Returns the value of the 'Utilites Dialog Available' attribute. |
void |
setConfiguration(Configuration value)
Sets the value of the ' Configuration' containment reference. |
void |
setDebugEnabled(boolean value)
Sets the value of the ' Debug Enabled' attribute. |
void |
setDevicePlatformProvider(MtjExtension value)
Sets the value of the ' Device Platform Provider' reference. |
void |
setExecutableTargetRequired(boolean value)
Sets the value of the ' Executable Target Required' attribute. |
void |
setKeepAlivePortRequired(boolean value)
Sets the value of the ' Keep Alive Port Required' attribute. |
void |
setName(java.lang.String value)
Sets the value of the ' Name' attribute. |
void |
setPredeploymentRequired(boolean value)
Sets the value of the ' Predeployment Required' attribute. |
void |
setPreferencesDialogAvailable(boolean value)
Sets the value of the ' Preferences Dialog Available' attribute. |
void |
setType(PlatformType value)
Sets the value of the ' Type' attribute. |
void |
setUtilitesDialogAvailable(boolean value)
Sets the value of the ' Utilites Dialog Available' attribute. |
void |
setVendor(java.lang.String value)
Sets the value of the ' Vendor' attribute. |
void |
setVersion(java.lang.String value)
Sets the value of the ' Version' 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 |
|---|
org.eclipse.emf.common.util.EList getDevices()
Device.
If the meaning of the 'Devices' containment reference list isn't clear, there really should be more of a description here...
DevicesPackage.getDevicePlatform_Devices()PlatformType getType()
PlatformType.
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
PlatformType,
setType(PlatformType),
DevicesPackage.getDevicePlatform_Type()void setType(PlatformType value)
Type' attribute.
value - the new value of the 'Type' attribute.PlatformType,
getType()Configuration getConfiguration()
If the meaning of the 'Configuration' containment reference isn't clear, there really should be more of a description here...
setConfiguration(Configuration),
DevicesPackage.getDevicePlatform_Configuration()void setConfiguration(Configuration value)
Configuration' containment reference.
value - the new value of the 'Configuration' containment reference.getConfiguration()org.eclipse.emf.common.util.EList getRuntimePlatformDefinitions()
RuntimePlatformDefinition.
If the meaning of the 'Runtime Platform Definitions' containment reference list isn't clear, there really should be more of a description here...
DevicesPackage.getDevicePlatform_RuntimePlatformDefinitions()java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
DevicesPackage.getDevicePlatform_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()java.lang.String getVendor()
If the meaning of the 'Vendor' attribute isn't clear, there really should be more of a description here...
setVendor(String),
DevicesPackage.getDevicePlatform_Vendor()void setVendor(java.lang.String value)
Vendor' attribute.
value - the new value of the 'Vendor' attribute.getVendor()java.lang.String getVersion()
If the meaning of the 'Version' attribute isn't clear, there really should be more of a description here...
setVersion(String),
DevicesPackage.getDevicePlatform_Version()void setVersion(java.lang.String value)
Version' attribute.
value - the new value of the 'Version' attribute.getVersion()boolean isDebugEnabled()
If the meaning of the 'Debug Enabled' attribute isn't clear, there really should be more of a description here...
setDebugEnabled(boolean),
DevicesPackage.getDevicePlatform_DebugEnabled()void setDebugEnabled(boolean value)
Debug Enabled' attribute.
value - the new value of the 'Debug Enabled' attribute.isDebugEnabled()boolean isPredeploymentRequired()
If the meaning of the 'Predeployment Required' attribute isn't clear, there really should be more of a description here...
setPredeploymentRequired(boolean),
DevicesPackage.getDevicePlatform_PredeploymentRequired()void setPredeploymentRequired(boolean value)
Predeployment Required' attribute.
value - the new value of the 'Predeployment Required' attribute.isPredeploymentRequired()boolean isExecutableTargetRequired()
If the meaning of the 'Executable Target Required' attribute isn't clear, there really should be more of a description here...
setExecutableTargetRequired(boolean),
DevicesPackage.getDevicePlatform_ExecutableTargetRequired()void setExecutableTargetRequired(boolean value)
Executable Target Required' attribute.
value - the new value of the 'Executable Target Required' attribute.isExecutableTargetRequired()boolean isKeepAlivePortRequired()
If the meaning of the 'Keep Alive Port Required' attribute isn't clear, there really should be more of a description here...
setKeepAlivePortRequired(boolean),
DevicesPackage.getDevicePlatform_KeepAlivePortRequired()void setKeepAlivePortRequired(boolean value)
Keep Alive Port Required' attribute.
value - the new value of the 'Keep Alive Port Required' attribute.isKeepAlivePortRequired()boolean isPreferencesDialogAvailable()
If the meaning of the 'Preferences Dialog Available' attribute isn't clear, there really should be more of a description here...
setPreferencesDialogAvailable(boolean),
DevicesPackage.getDevicePlatform_PreferencesDialogAvailable()void setPreferencesDialogAvailable(boolean value)
Preferences Dialog Available' attribute.
value - the new value of the 'Preferences Dialog Available' attribute.isPreferencesDialogAvailable()boolean isUtilitesDialogAvailable()
If the meaning of the 'Utilites Dialog Available' attribute isn't clear, there really should be more of a description here...
setUtilitesDialogAvailable(boolean),
DevicesPackage.getDevicePlatform_UtilitesDialogAvailable()void setUtilitesDialogAvailable(boolean value)
Utilites Dialog Available' attribute.
value - the new value of the 'Utilites Dialog Available' attribute.isUtilitesDialogAvailable()MtjExtension getDevicePlatformProvider()
If the meaning of the 'Device Platform Provider' reference isn't clear, there really should be more of a description here...
setDevicePlatformProvider(MtjExtension),
DevicesPackage.getDevicePlatform_DevicePlatformProvider()void setDevicePlatformProvider(MtjExtension value)
Device Platform Provider' reference.
value - the new value of the 'Device Platform Provider' reference.getDevicePlatformProvider()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||