com.metamatrix.api.core.xmi
Class XMIConstants.Values.Direction

java.lang.Object
  extended by com.metamatrix.api.core.xmi.XMIConstants.Values.Direction
Enclosing class:
XMIConstants.Values

public static class XMIConstants.Values.Direction
extends java.lang.Object

Static class that defines constants for various values specifying parameter direction.


Field Summary
static java.lang.String IN
          The constant value denoting an input parmeter.
static java.lang.String INOUT
          The constant value denoting a parmeter that is both an input and an output.
static java.lang.String OUT
          The constant value denoting an output parmeter.
static java.lang.String RETURN
          The constant value denoting a return parmeter.
 
Constructor Summary
XMIConstants.Values.Direction()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IN

public static final java.lang.String IN
The constant value denoting an input parmeter.

See Also:
Constant Field Values

OUT

public static final java.lang.String OUT
The constant value denoting an output parmeter.

See Also:
Constant Field Values

INOUT

public static final java.lang.String INOUT
The constant value denoting a parmeter that is both an input and an output.

See Also:
Constant Field Values

RETURN

public static final java.lang.String RETURN
The constant value denoting a return parmeter.

See Also:
Constant Field Values
Constructor Detail

XMIConstants.Values.Direction

public XMIConstants.Values.Direction()


Copyright © 2009. All Rights Reserved.