|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DeviceDescription | |
|---|---|
| org.eclipse.mtj.api.devices | |
| org.eclipse.mtj.api.devices.impl | |
| org.eclipse.mtj.api.devices.util | |
| org.eclipse.mtj.api.extension | |
| Uses of DeviceDescription in org.eclipse.mtj.api.devices |
|---|
| Methods in org.eclipse.mtj.api.devices that return DeviceDescription | |
|---|---|
DeviceDescription |
DevicesFactory.createDeviceDescription()
Returns a new object of class 'Device Description'. |
DeviceDescription |
Device.getDeviceDescription()
Returns the value of the 'Device Description' containment reference. |
| Methods in org.eclipse.mtj.api.devices with parameters of type DeviceDescription | |
|---|---|
void |
Device.setDeviceDescription(DeviceDescription value)
Sets the value of the ' Device Description' containment reference. |
| Uses of DeviceDescription in org.eclipse.mtj.api.devices.impl |
|---|
| Classes in org.eclipse.mtj.api.devices.impl that implement DeviceDescription | |
|---|---|
class |
DeviceDescriptionImpl
An implementation of the model object 'Device Description'. |
| Methods in org.eclipse.mtj.api.devices.impl that return DeviceDescription | |
|---|---|
DeviceDescription |
DevicesFactoryImpl.createDeviceDescription()
|
DeviceDescription |
DeviceImpl.getDeviceDescription()
|
| Methods in org.eclipse.mtj.api.devices.impl with parameters of type DeviceDescription | |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
DeviceImpl.basicSetDeviceDescription(DeviceDescription newDeviceDescription,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
void |
DeviceImpl.setDeviceDescription(DeviceDescription newDeviceDescription)
|
| Uses of DeviceDescription in org.eclipse.mtj.api.devices.util |
|---|
| Methods in org.eclipse.mtj.api.devices.util with parameters of type DeviceDescription | |
|---|---|
java.lang.Object |
DevicesSwitch.caseDeviceDescription(DeviceDescription object)
Returns the result of interpretting the object as an instance of 'Device Description'. |
| Uses of DeviceDescription in org.eclipse.mtj.api.extension |
|---|
| Methods in org.eclipse.mtj.api.extension that return DeviceDescription | |
|---|---|
DeviceDescription |
DeviceManagement.getDeviceDescription(java.lang.String vendor,
java.lang.String model)
Returns DeviceDescription object baded on the vendor and model. |
DeviceDescription |
DeviceDescriptionProvider.getDeviceDescription(java.lang.String vendor,
java.lang.String model)
Returns DeviceDescription object based on the vendor and model. |
DeviceDescription[] |
DeviceManagement.getDevices(DeviceConfiguration deviceConfig,
DeviceProfile deviceProfile,
ServiceApi[] apis)
Returns all DeviceDescription objects that match to the configuration, profile and service api definitions. |
DeviceDescription[] |
DeviceManagement.getMatchingDeviceDescriptions(DeviceGroup group)
Returns DeviceDescription objects that match to the device group. |
DeviceDescription[] |
DeviceDescriptionProvider.getMatchingDeviceDescriptions(DeviceGroup group)
Returns DeviceDescription objects that match to the device group. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||