fr.emn.reactiveinput.descriptor
Class ODDeclare

java.lang.Object
  extended byfr.emn.reactiveinput.descriptor.ODDeclare
All Implemented Interfaces:
MetaOD, OutDescriptor

public class ODDeclare
extends java.lang.Object
implements OutDescriptor, MetaOD

Declares a slot that you want to use, in DDOuts class. An alias can be assigned to name the matching slot.


Field Summary
protected  OutDescriptor child
           
 
Constructor Summary
ODDeclare(OutDescriptor child)
           
ODDeclare(java.lang.String string)
           
ODDeclare(java.lang.String alias, OutDescriptor child)
           
 
Method Summary
 boolean contains(Out slot)
          Same as child.
 java.lang.String getAlias()
          Returns the descriptor's string.
 OutDescriptor[] getChildren()
           
 java.lang.String getString()
          Returns the descriptor's string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

child

protected OutDescriptor child
Constructor Detail

ODDeclare

public ODDeclare(OutDescriptor child)

ODDeclare

public ODDeclare(java.lang.String string)

ODDeclare

public ODDeclare(java.lang.String alias,
                 OutDescriptor child)
Method Detail

contains

public boolean contains(Out slot)
Same as child.

Specified by:
contains in interface OutDescriptor

getAlias

public java.lang.String getAlias()
Returns the descriptor's string.


getChildren

public OutDescriptor[] getChildren()
Specified by:
getChildren in interface MetaOD

getString

public java.lang.String getString()
Returns the descriptor's string.

Specified by:
getString in interface OutDescriptor