org.obe.xpdl.model.misc
Class GraphConformance

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

Field Summary
static GraphConformance FULL_BLOCKED
           
static int FULL_BLOCKED_INT
           
static GraphConformance LOOP_BLOCKED
           
static int LOOP_BLOCKED_INT
           
static GraphConformance NON_BLOCKED
           
static int NON_BLOCKED_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 GraphConformance valueOf(java.lang.String tag)
          Convert the specified String to a ConformanceClass 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

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

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.


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