javax.xml.rpc
public class: ParameterMode [javadoc |
source]
java.lang.Object
javax.xml.rpc.ParameterMode
The
javax.xml.rpc.ParameterMode is a type-safe
enumeration for parameter mode. This class is used in the
CallAPI to specify parameter passing modes.
| Field Summary |
|---|
| public static final ParameterMode | IN | The mode is 'IN'. |
| public static final ParameterMode | INOUT | The mode is 'INOUT'. |
| public static final ParameterMode | OUT | The mode is 'OUT'. |
| 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;
}
|