org.obe.xpdl.model.transition
Class SplitType
java.lang.Object
org.obe.util.AbstractEnum
org.obe.xpdl.model.transition.SplitType
- All Implemented Interfaces:
- java.lang.Comparable, Enum, java.io.Serializable
- public final class SplitType
- extends AbstractEnum
- See Also:
- Serialized Form
Method Summary |
java.util.List |
family()
Returns an immutable list of the members of the enumerated type. |
static SplitType |
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 SplitType AND
XOR
public static final SplitType XOR
VALUES
public static final java.util.List VALUES
valueOf
public static SplitType 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.