org.obe.xpdl.model.misc
Class ExecutionType

java.lang.Object
  extended byorg.obe.util.AbstractEnum
      extended byorg.obe.xpdl.model.misc.ExecutionType
All Implemented Interfaces:
java.lang.Comparable, Enum, java.io.Serializable

public final class ExecutionType
extends AbstractEnum

The ExecutionType is used to represent whether a workflow process should execute synchronously or asynchronously.

Author:
Adrian Price
See Also:
Serialized Form

Field Summary
static ExecutionType ASYNCHRONOUS
          ExecutionType representing an asynchronous execution.
static int ASYNCHRONOUS_INT
           
static ExecutionType SYNCHRONOUS
          ExecutionType representing a synchronous execution.
static int SYNCHRONOUS_INT
           
static java.util.List VALUES
           
 
Fields inherited from class org.obe.util.AbstractEnum
name, ordinal
 
Method Summary
 java.util.List family()
          Returns an immutable list of the members of the enumerated type.
static ExecutionType valueOf(java.lang.String tag)
          Convert the specified String to an ExecutionType object.
 
Methods inherited from class org.obe.util.AbstractEnum
clinit, clone, compareTo, equals, hashCode, readResolve, toString, value
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

SYNCHRONOUS_INT

public static final int SYNCHRONOUS_INT
See Also:
Constant Field Values

ASYNCHRONOUS_INT

public static final int ASYNCHRONOUS_INT
See Also:
Constant Field Values

SYNCHRONOUS

public static final ExecutionType SYNCHRONOUS
ExecutionType representing a synchronous execution.


ASYNCHRONOUS

public static final ExecutionType ASYNCHRONOUS
ExecutionType representing an asynchronous execution.


VALUES

public static final java.util.List VALUES
Method Detail

valueOf

public static ExecutionType valueOf(java.lang.String tag)
Convert the specified String to an ExecutionType object. If there no matching ExecutionType for the given String then this method returns null.

Parameters:
tag - The String
Returns:
The ExecutionType object

family

public java.util.List family()
Description copied from interface: Enum
Returns an immutable list of the members of the enumerated type.

Returns:
The family of allowed values.


SourceForge.net Logo OBE-1.0 Copyright (C) 2002-2006 Adrian Price. All Rights Reserved.