所有类


org.omg.CORBA
类 ParameterModeHelper

java.lang.Object
  继承者 org.omg.CORBA.ParameterModeHelper

public abstract class ParameterModeHelper
   
   
   
   
extends Object

Parameter 参数模式的枚举。可能的值:

  • PARAM_IN - 表示一个 "in" 参数。
  • PARAM_OUT - 表示一个 "out" 参数。
  • PARAM_INOUT - 表示一个 "inout" 参数。


构造方法摘要
ParameterModeHelper()
           
 
方法摘要
static ParameterMode extract(Any a)
           
static String id()
           
static void insert(Any a, ParameterMode that)
           
static ParameterMode read(InputStream istream)
           
static TypeCode type()
           
static void write(OutputStream ostream, ParameterMode value)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ParameterModeHelper

public ParameterModeHelper()
方法详细信息

insert

public static void insert(Any a,
                          ParameterMode that)

extract

public static ParameterMode extract(Any a)

type

public static TypeCode type()

id

public static String id()

read

public static ParameterMode read(InputStream istream)

write

public static void write(OutputStream ostream,
                         ParameterMode value)

所有类

微信小程序

微信扫一扫体验

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部