fr.emn.reactiveinput
Interface DeviceInfo

All Known Implementing Classes:
DeviceInfoAdapter

public interface DeviceInfo

User-oriented info on the device.


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.
 

Method Detail

getAuthor

public java.lang.String getAuthor()
Logical device author (For a physical device, the driver's author).


getDescription

public java.lang.String getDescription()
A short description of the device functionnalities.


getExtendedName

public java.lang.String getExtendedName()
Extended name of the device. Contrary to Device.getName(), this name can not be changed.


getHelp

public 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.


getVendor

public java.lang.String getVendor()
Physical device vendor, if this device is a physical device.


getVersion

public java.lang.String getVersion()
The logical device version


isPhysicalDevice

public boolean isPhysicalDevice()
Returns true if this device can be assimiled to a single physical device.