org.openemcee.microflow.usercore
Class MicroflowTaskOutcome

java.lang.Object
  extended byorg.openemcee.microflow.usercore.MicroflowTaskOutcome

public class MicroflowTaskOutcome
extends java.lang.Object

A Microflow task outcome is the high level result from executing a MicroflowTask.

Author:
Scott Schenkein

Constructor Summary
MicroflowTaskOutcome(java.lang.String name)
          Creates a new instance of MicroflowTaskOutcome
 
Method Summary
 java.lang.String getName()
          Getter for property name.
 void setName(java.lang.String name)
          Setter for property name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MicroflowTaskOutcome

public MicroflowTaskOutcome(java.lang.String name)
Creates a new instance of MicroflowTaskOutcome

Parameters:
name - The name, or textual description, of this outcome. Usually a single word like "success", "failure", "comm_error", etc...
Method Detail

getName

public java.lang.String getName()
Getter for property name.

Returns:
Value of property name.

setName

public void setName(java.lang.String name)
Setter for property name.

Parameters:
name - New value of property name.


OpenEmcee Microflow Engine for Java: All software and content contained herein is subject to the Mozilla public license v1.1.
SourceForge.net Logo