Rule Execution Server API

com.ibm.rules.engine.ruleflow.runtime
Enum TaskKind

java.lang.Object
  extended by java.lang.Enum<TaskKind>
      extended by com.ibm.rules.engine.ruleflow.runtime.TaskKind
All Implemented Interfaces:
Serializable, Comparable<TaskKind>

public enum TaskKind
extends Enum<TaskKind>

The task kind.

See Also:
Task

Enum Constant Summary
FASTPATHTASK
           
FLOWTASK
           
FUNCTIONTASK
           
RETETASK
           
RULETASK
           
SEQUENTIALTASK
           
 
Method Summary
static TaskKind valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TaskKind[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

FLOWTASK

public static final TaskKind FLOWTASK

FUNCTIONTASK

public static final TaskKind FUNCTIONTASK

RULETASK

public static final TaskKind RULETASK

RETETASK

public static final TaskKind RETETASK

SEQUENTIALTASK

public static final TaskKind SEQUENTIALTASK

FASTPATHTASK

public static final TaskKind FASTPATHTASK
Method Detail

values

public static TaskKind[] values()
Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static TaskKind valueOf(String name)
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013