fr.emn.reactiveinput.descriptor
Class DDExternalOutput

java.lang.Object
  extended byfr.emn.reactiveinput.descriptor.DDExternalOutput
All Implemented Interfaces:
DeviceDescriptor

public class DDExternalOutput
extends java.lang.Object
implements DeviceDescriptor

Contains ...


Field Summary
protected  boolean value
           
 
Constructor Summary
DDExternalOutput()
           
DDExternalOutput(boolean value)
           
DDExternalOutput(Device device)
           
DDExternalOutput(java.lang.String value)
           
 
Method Summary
 boolean contains(Device d)
          Returns true if this descriptor contains given device.
 java.lang.String getString()
          Returns the string form of this descriptor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected boolean value
Constructor Detail

DDExternalOutput

public DDExternalOutput()

DDExternalOutput

public DDExternalOutput(Device device)

DDExternalOutput

public DDExternalOutput(java.lang.String value)

DDExternalOutput

public DDExternalOutput(boolean value)
Method Detail

contains

public boolean contains(Device d)
Description copied from interface: DeviceDescriptor
Returns true if this descriptor contains given device.

Specified by:
contains in interface DeviceDescriptor

getString

public java.lang.String getString()
Description copied from interface: DeviceDescriptor
Returns the string form of this descriptor.

Returns null if the descriptor is not valid (in all environments).

Specified by:
getString in interface DeviceDescriptor