javax.xml.rpc
Class ParameterMode

java.lang.Object
  extended by javax.xml.rpc.ParameterMode

public class ParameterMode
extends Object

A type-safe enumeration for parameter passing modes.

Version:
$Revision: 1.2.8.2 $
Author:
Scott.Stark@jboss.org

Field Summary
static ParameterMode IN
           
static ParameterMode INOUT
           
static ParameterMode OUT
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

IN

public static final ParameterMode IN

OUT

public static final ParameterMode OUT

INOUT

public static final ParameterMode INOUT
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.