javax.xml.rpc
Class ParameterMode

java.lang.Object
  extended byjavax.xml.rpc.ParameterMode

public class ParameterMode
extends Object

A type-safe enumeration for parameter passing modes.

Version:
$Revision: 1.2.6.1 $
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

INOUT

public static final ParameterMode INOUT

OUT

public static final ParameterMode OUT
Method Detail

toString

public String toString()


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