Uses of Class
de.danet.an.workflow.api.FormalParameter.Mode

Packages that use FormalParameter.Mode
de.danet.an.workflow.api This package defines the the workflow API provided by Danet's workflow component.  
 

Uses of FormalParameter.Mode in de.danet.an.workflow.api
 

Fields in de.danet.an.workflow.api declared as FormalParameter.Mode
static FormalParameter.Mode FormalParameter.Mode.IN
          Mode as Input Parameter.
static FormalParameter.Mode FormalParameter.Mode.OUT
          Mode as Output Parameter.
static FormalParameter.Mode FormalParameter.Mode.INOUT
          Mode as input and output parameter.
 

Methods in de.danet.an.workflow.api that return FormalParameter.Mode
 FormalParameter.Mode FormalParameter.mode()
          Return the mode of the formal parameter.
static FormalParameter.Mode FormalParameter.Mode.fromString(java.lang.String text)
          Get a Mode by name.
 

Constructors in de.danet.an.workflow.api with parameters of type FormalParameter.Mode
FormalParameter(java.lang.String newId, java.lang.String newIndex, FormalParameter.Mode newMode, java.lang.Object newType)
          Creates a new FormalParameter.