fr.emn.reactiveinput.descriptor
Class IDAny

java.lang.Object
  extended byfr.emn.reactiveinput.descriptor.IDAny
All Implemented Interfaces:
InDescriptor

public class IDAny
extends java.lang.Object
implements InDescriptor

Contains all slots. No argument.


Constructor Summary
IDAny()
           
IDAny(java.lang.String string)
           
 
Method Summary
 boolean contains(In slot)
          Always true.
 java.lang.String getString()
          Returns "".
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IDAny

public IDAny()

IDAny

public IDAny(java.lang.String string)
Method Detail

contains

public boolean contains(In slot)
Always true.

Specified by:
contains in interface InDescriptor

getString

public java.lang.String getString()
Returns "".

Specified by:
getString in interface InDescriptor