org.obe.xpdl.model.condition
Class ConditionType

java.lang.Object
  extended byorg.obe.util.AbstractEnum
      extended byorg.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

Field Summary
static ConditionType CONDITION
           
static int CONDITION_INT
           
static ConditionType DEFAULTEXCEPTION
           
static int DEFAULTEXCEPTION_INT
           
static ConditionType EXCEPTION
           
static int EXCEPTION_INT
           
static ConditionType OTHERWISE
           
static int OTHERWISE_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 ConditionType valueOf(java.lang.String tag)
          Convert the specified String to a ConditionType 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

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
Method Detail

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.


SourceForge.net Logo OBE-1.0 Copyright (C) 2002-2006 Adrian Price. All Rights Reserved.