|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metamatrix.api.core.xmi.XMIConstants.Values.Direction
public static class XMIConstants.Values.Direction
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 |
---|
public static final java.lang.String IN
public static final java.lang.String OUT
public static final java.lang.String INOUT
public static final java.lang.String RETURN
Constructor Detail |
---|
public XMIConstants.Values.Direction()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |