org.obe.xpdl.model.misc
Class InstantiationType
java.lang.Object
org.obe.util.AbstractEnum
org.obe.xpdl.model.misc.InstantiationType
- All Implemented Interfaces:
- java.lang.Comparable, Enum, java.io.Serializable
- public final class InstantiationType
- extends AbstractEnum
Type class defining how the workflow or subflow should be instantiated.
- Author:
- Adrian Price
- See Also:
- Serialized Form
Method Summary |
java.util.List |
family()
Returns an immutable list of the members of the enumerated type. |
static InstantiationType |
valueOf(java.lang.String tag)
|
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
ONCE_INT
public static final int ONCE_INT
- See Also:
- Constant Field Values
MULTIPLE_INT
public static final int MULTIPLE_INT
- See Also:
- Constant Field Values
ONCE
public static final InstantiationType ONCE
MULTIPLE
public static final InstantiationType MULTIPLE
VALUES
public static final java.util.List VALUES
valueOf
public static InstantiationType valueOf(java.lang.String tag)
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.
OBE-1.0 Copyright (C) 2002-2006 Adrian Price. All Rights Reserved.