|
Préférences
Moteurs de recherche
|
|||||||||||||||
JavaTM Platform, Enterprise Edition, v 5.0
javax.xml.rpc
|
Field Summary | |
---|---|
static ParameterMode |
IN
IN mode for parameter passing |
static ParameterMode |
INOUT
INOUT mode for parameter passing |
static ParameterMode |
OUT
OUT mode for parameter passing |
Method Summary | |
---|---|
String |
toString()
Returns a String describing this ParameterMode object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final ParameterMode IN
public static final ParameterMode OUT
public static final ParameterMode INOUT
Method Detail |
---|
public String toString()
String
describing this ParameterMode
object.