javax.xml.rpc
public class: ParameterMode [javadoc |
source]
java.lang.Object
javax.xml.rpc.ParameterMode
A type-safe enumeration for parameter passing modes.
- author:
Scott.Stark
- @jboss.org
Field Summary |
---|
public static final ParameterMode | IN | |
public static final ParameterMode | OUT | |
public static final ParameterMode | INOUT | |
Method from javax.xml.rpc.ParameterMode Summary: |
---|
toString |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from javax.xml.rpc.ParameterMode Detail: |
public String toString() {
return mode;
}
|