org.obe.xpdl.model.activity
Class ToolType

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

public final class ToolType
extends AbstractEnum

Author:
Adrian Price
See Also:
Serialized Form

Field Summary
static ToolType APPLICATION
          ToolType representing an application.
static int APPLICATION_INT
           
static ToolType PROCEDURE
          ToolType representing a procedure.
static int PROCEDURE_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 ToolType valueOf(java.lang.String tag)
          Convert the specified String to an ToolType 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

APPLICATION_INT

public static final int APPLICATION_INT
See Also:
Constant Field Values

PROCEDURE_INT

public static final int PROCEDURE_INT
See Also:
Constant Field Values

APPLICATION

public static final ToolType APPLICATION
ToolType representing an application. An application is an executable tool that executes in its own environment (i.e., not in the workflow engine's JVM).


PROCEDURE

public static final ToolType PROCEDURE
ToolType representing a procedure. A procedure is a tool that is executed in the workflow engine's JVM.


VALUES

public static final java.util.List VALUES
Method Detail

valueOf

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

Parameters:
tag - The String
Returns:
The ToolType 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.