fr.emn.reactiveinput
Class DeviceInfoAdapter

java.lang.Object
  extended byfr.emn.reactiveinput.DeviceInfoAdapter
All Implemented Interfaces:
DeviceInfo

public class DeviceInfoAdapter
extends java.lang.Object
implements DeviceInfo


Constructor Summary
DeviceInfoAdapter()
           
 
Method Summary
 java.lang.String getAuthor()
          Logical device author (For a physical device, the driver's author).
 java.lang.String getDescription()
          A short description of the device functionnalities.
 java.lang.String getExtendedName()
          Extended name of the device.
 java.lang.String getHelp()
          A string explaining how to configure device, i.e. meaning and use of slots & parameters, and configuration requierements for the device to be valid.
 java.lang.String getVendor()
          Physical device vendor, if this device is a physical device.
 java.lang.String getVersion()
          The logical device version
 boolean isPhysicalDevice()
          Returns true if this device can be assimiled to a single physical device.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeviceInfoAdapter

public DeviceInfoAdapter()
Method Detail

getAuthor

public java.lang.String getAuthor()
Description copied from interface: DeviceInfo
Logical device author (For a physical device, the driver's author).

Specified by:
getAuthor in interface DeviceInfo

getDescription

public java.lang.String getDescription()
Description copied from interface: DeviceInfo
A short description of the device functionnalities.

Specified by:
getDescription in interface DeviceInfo

getExtendedName

public java.lang.String getExtendedName()
Description copied from interface: DeviceInfo
Extended name of the device. Contrary to Device.getName(), this name can not be changed.

Specified by:
getExtendedName in interface DeviceInfo

getHelp

public java.lang.String getHelp()
Description copied from interface: DeviceInfo
A string explaining how to configure device, i.e. meaning and use of slots & parameters, and configuration requierements for the device to be valid.

Specified by:
getHelp in interface DeviceInfo

getVendor

public java.lang.String getVendor()
Description copied from interface: DeviceInfo
Physical device vendor, if this device is a physical device.

Specified by:
getVendor in interface DeviceInfo

getVersion

public java.lang.String getVersion()
Description copied from interface: DeviceInfo
The logical device version

Specified by:
getVersion in interface DeviceInfo

isPhysicalDevice

public boolean isPhysicalDevice()
Description copied from interface: DeviceInfo
Returns true if this device can be assimiled to a single physical device.

Specified by:
isPhysicalDevice in interface DeviceInfo