org.obe.xpdl.model.misc
Class GraphConformance
java.lang.Object
org.obe.util.AbstractEnum
org.obe.xpdl.model.misc.GraphConformance
- All Implemented Interfaces:
- java.lang.Comparable, Enum, java.io.Serializable
- public final class GraphConformance
- extends AbstractEnum
Type map for conformance classes.
- 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 GraphConformance |
valueOf(java.lang.String tag)
Convert the specified String to a ConformanceClass object. |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
NON_BLOCKED_INT
public static final int NON_BLOCKED_INT
- See Also:
- Constant Field Values
LOOP_BLOCKED_INT
public static final int LOOP_BLOCKED_INT
- See Also:
- Constant Field Values
FULL_BLOCKED_INT
public static final int FULL_BLOCKED_INT
- See Also:
- Constant Field Values
NON_BLOCKED
public static final GraphConformance NON_BLOCKED
LOOP_BLOCKED
public static final GraphConformance LOOP_BLOCKED
FULL_BLOCKED
public static final GraphConformance FULL_BLOCKED
VALUES
public static final java.util.List VALUES
valueOf
public static GraphConformance valueOf(java.lang.String tag)
- Convert the specified String to a ConformanceClass object.
- Parameters:
tag
- The String representation
- Returns:
- The ConformanceClass
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.