org.obe.xpdl.model.transition
Class JoinType
java.lang.Object
org.obe.util.AbstractEnum
org.obe.xpdl.model.transition.JoinType
- All Implemented Interfaces:
- java.lang.Comparable, Enum, java.io.Serializable
- public final class JoinType
- extends AbstractEnum
- See Also:
- Serialized Form
Method Summary |
java.util.List |
family()
Returns an immutable list of the members of the enumerated type. |
static JoinType |
valueOf(java.lang.String tag)
|
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
AND_INT
public static final int AND_INT
- See Also:
- Constant Field Values
XOR_INT
public static final int XOR_INT
- See Also:
- Constant Field Values
AND
public static final JoinType AND
XOR
public static final JoinType XOR
VALUES
public static final java.util.List VALUES
valueOf
public static JoinType 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.