站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档

ParameterMode (JBoss J2EE API) - JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档


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 $
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.