fr.emn.reactiveinput.descriptor
Class ODMutable

java.lang.Object
  extended byfr.emn.reactiveinput.descriptor.ODMutable
All Implemented Interfaces:
OutDescriptor

public class ODMutable
extends java.lang.Object
implements OutDescriptor

Contains all mutable or non-mutable output slots.

Syntax: mutable=yes, mutable=no, or mutable


Field Summary
protected  boolean value
           
 
Constructor Summary
ODMutable()
           
ODMutable(boolean mutable)
           
ODMutable(Out out)
           
ODMutable(java.lang.String mutable)
           
 
Method Summary
 boolean contains(Out slot)
          Returns true if this descriptor contains given slot.
 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

ODMutable

public ODMutable()

ODMutable

public ODMutable(Out out)

ODMutable

public ODMutable(java.lang.String mutable)

ODMutable

public ODMutable(boolean mutable)
Method Detail

contains

public boolean contains(Out slot)
Description copied from interface: OutDescriptor
Returns true if this descriptor contains given slot.

Specified by:
contains in interface OutDescriptor

getString

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

Returns null if the descriptor is not valid.

Specified by:
getString in interface OutDescriptor