org.apache.woden.wsdl20.extensions.rpc
Class Direction
java.lang.Object
org.apache.woden.wsdl20.extensions.rpc.Direction
public class Direction
- extends java.lang.Object
Direction
is a typesafe enumeration of the four
possible values, #in, #out, #inout, and #return.
- Author:
- Arthur Ryman (ryman@ca.ibm.com)
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
IN
public static final Direction IN
OUT
public static final Direction OUT
INOUT
public static final Direction INOUT
RETURN
public static final Direction RETURN
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2005-2010 Apache Software Foundation. All Rights Reserved.