Uses of Class
org.eclipse.mtj.api.enumerations.PlatformType

Packages that use PlatformType
org.eclipse.mtj.api.devices   
org.eclipse.mtj.api.devices.impl   
org.eclipse.mtj.api.enumerations   
org.eclipse.mtj.api.extension   
 

Uses of PlatformType in org.eclipse.mtj.api.devices
 

Methods in org.eclipse.mtj.api.devices that return PlatformType
 PlatformType DevicePlatform.getType()
          Returns the value of the 'Type' attribute.
 

Methods in org.eclipse.mtj.api.devices with parameters of type PlatformType
 void DevicePlatform.setType(PlatformType value)
          Sets the value of the 'Type' attribute.
 

Uses of PlatformType in org.eclipse.mtj.api.devices.impl
 

Methods in org.eclipse.mtj.api.devices.impl that return PlatformType
 PlatformType DevicePlatformImpl.getType()
           
 

Methods in org.eclipse.mtj.api.devices.impl with parameters of type PlatformType
 void DevicePlatformImpl.setType(PlatformType newType)
           
 

Uses of PlatformType in org.eclipse.mtj.api.enumerations
 

Fields in org.eclipse.mtj.api.enumerations declared as PlatformType
static PlatformType PlatformType.EXECUTABLE_EMULATOR_LITERAL
          The 'EXECUTABLE EMULATOR' literal object.
static PlatformType PlatformType.JAVA_BASED_EMULATOR_LITERAL
          The 'JAVA BASED EMULATOR' literal object.
static PlatformType PlatformType.OTA_EMULATOR_LITERAL
          The 'OTA EMULATOR' literal object.
static PlatformType PlatformType.REAL_DEVICE_LITERAL
          The 'REAL DEVICE' literal object.
 

Methods in org.eclipse.mtj.api.enumerations that return PlatformType
static PlatformType PlatformType.get(int value)
          Returns the 'Platform Type' literal with the specified value.
static PlatformType PlatformType.get(java.lang.String name)
          Returns the 'Platform Type' literal with the specified name.
 

Uses of PlatformType in org.eclipse.mtj.api.extension
 

Methods in org.eclipse.mtj.api.extension that return PlatformType
 PlatformType DeploymentProvider.getPlatformType()
          Returns target implementation type.
 

Methods in org.eclipse.mtj.api.extension with parameters of type PlatformType
 Device[] DeviceManagement.getDeployableDevices(DeviceConfiguration deviceConfig, DeviceProfile deviceProfile, ServiceApi[] apis, PlatformType devicePlatformType)
          Returns all deployment target Device objects that match to the configuration, profile and service api definitions and device platform type.
 Device[] DeviceManagement.getTargetDevices(DeviceConfiguration deviceConfig, DeviceProfile deviceProfile, ServiceApi[] apis, PlatformType devicePlatformType)
          Returns all Device objects that match to the configuration, profile, service api and device platform type.