org.obe.xpdl.model.data
Class ParameterMode

java.lang.Object
  extended byorg.obe.util.AbstractEnum
      extended byorg.obe.xpdl.model.data.ParameterMode
All Implemented Interfaces:
java.lang.Comparable, Enum, java.io.Serializable

public final class ParameterMode
extends AbstractEnum

ParameterMode type class.

Author:
Adrian Price
See Also:
Serialized Form

Field Summary
static ParameterMode IN
           
static int IN_INT
           
static ParameterMode INOUT
           
static int INOUT_INT
           
static ParameterMode OUT
           
static int OUT_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 ParameterMode valueOf(java.lang.String tag)
           
 
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

IN_INT

public static final int IN_INT
See Also:
Constant Field Values

OUT_INT

public static final int OUT_INT
See Also:
Constant Field Values

INOUT_INT

public static final int INOUT_INT
See Also:
Constant Field Values

IN

public static final ParameterMode IN

OUT

public static final ParameterMode OUT

INOUT

public static final ParameterMode INOUT

VALUES

public static final java.util.List VALUES
Method Detail

valueOf

public static ParameterMode 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.


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