fr.emn.reactiveinput.descriptor
Class IDDeclare

java.lang.Object
  extended byfr.emn.reactiveinput.descriptor.IDDeclare
All Implemented Interfaces:
InDescriptor, MetaID

public class IDDeclare
extends java.lang.Object
implements InDescriptor, MetaID

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


Field Summary
protected  InDescriptor child
           
 
Constructor Summary
IDDeclare(InDescriptor child)
           
IDDeclare(java.lang.String string)
           
IDDeclare(java.lang.String alias, InDescriptor child)
           
 
Method Summary
 boolean contains(In slot)
          Same as child.
 java.lang.String getAlias()
          Returns the descriptor's string.
 InDescriptor[] 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 InDescriptor child
Constructor Detail

IDDeclare

public IDDeclare(InDescriptor child)

IDDeclare

public IDDeclare(java.lang.String string)

IDDeclare

public IDDeclare(java.lang.String alias,
                 InDescriptor child)
Method Detail

contains

public boolean contains(In slot)
Same as child.

Specified by:
contains in interface InDescriptor

getAlias

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


getChildren

public InDescriptor[] getChildren()
Specified by:
getChildren in interface MetaID

getString

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

Specified by:
getString in interface InDescriptor