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 パラメータを表す
クラス 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)
バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java 2 SDK SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。