2009-01-09 1.2.0

org.eclipse.soda.dk.device.service
Interface DeviceControl

All Known Implementing Classes:
ConcreteSignal, DataCommand, DeviceCommand, MeasurementCommand, MessageCommand, MethodCommand, MethodMeasurement, MethodSignal, ParameterCommand, SimpleDataCommand, SimpleMeasurementCommand, SimpleMessageCommand, SimpleParameterCommand, SimpleTransformCommand, TransformCommand

public interface DeviceControl

The DeviceControl interface defines the DeviceControl concept.

Since:
1.0
Version:
1.2.0
See Also:
CommandService, CommandListener, ControlService, DeviceService, DeviceListener, MeasurementService, MeasurementListener, SignalService, DeviceControl Interface is not used in user applications. This interface is used by Controls which need to have links to the Devices which contain them.

Method Summary
 DeviceService getDevice()
          Gets the Device device property value.
 void setDevice(DeviceService device)
          Sets the device value.
 

Method Detail

getDevice

DeviceService getDevice()
Gets the Device device property value. This method returns the DeviceService which is associated with this class.

Returns:
Results of the get device (DeviceService) value.
See Also:
setDevice(DeviceService)

setDevice

void setDevice(DeviceService device)
Sets the device value.

Parameters:
device - The new property value (org.eclipse.soda.dk.device.service.DeviceService).
See Also:
getDevice()

2009-01-09 1.2.0

Copyright (c) 2009 IBM. See license in Legal section.