org.obe.xpdl.model.condition
Class ConditionType
java.lang.Object
org.obe.util.AbstractEnum
org.obe.xpdl.model.condition.ConditionType
- All Implemented Interfaces:
- java.lang.Comparable, Enum, java.io.Serializable
- public final class ConditionType
- extends AbstractEnum
- 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 ConditionType |
valueOf(java.lang.String tag)
Convert the specified String to a ConditionType object. |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
CONDITION_INT
public static final int CONDITION_INT
- See Also:
- Constant Field Values
OTHERWISE_INT
public static final int OTHERWISE_INT
- See Also:
- Constant Field Values
EXCEPTION_INT
public static final int EXCEPTION_INT
- See Also:
- Constant Field Values
DEFAULTEXCEPTION_INT
public static final int DEFAULTEXCEPTION_INT
- See Also:
- Constant Field Values
CONDITION
public static final ConditionType CONDITION
OTHERWISE
public static final ConditionType OTHERWISE
EXCEPTION
public static final ConditionType EXCEPTION
DEFAULTEXCEPTION
public static final ConditionType DEFAULTEXCEPTION
VALUES
public static final java.util.List VALUES
valueOf
public static ConditionType valueOf(java.lang.String tag)
- Convert the specified String to a ConditionType object. If the tag
string is null then this method returns null.
- Parameters:
tag
- The String
- Returns:
- The ConditionType object
- Throws:
java.lang.IllegalArgumentException
- if the tag is invalid.
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.