JavaTM 2 Platform
Standard Ed. 6

org.omg.CORBA
類別 ParameterMode

java.lang.Object
  繼承者 org.omg.CORBA.ParameterMode
所有已實作的介面:
Serializable, IDLEntity

public class ParameterMode
extends Object
implements IDLEntity

Parameter 參數網要的列舉。可能的值:


欄位摘要
static int _PARAM_IN
           
static int _PARAM_INOUT
           
static int _PARAM_OUT
           
static ParameterMode PARAM_IN
           
static ParameterMode PARAM_INOUT
           
static ParameterMode PARAM_OUT
           
 
建構子摘要
protected ParameterMode(int value)
           
 
方法摘要
static ParameterMode from_int(int value)
           
 int value()
           
 
從類別 java.lang.Object 繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

欄位詳細資訊

_PARAM_IN

public static final int _PARAM_IN
另請參見:
常數欄位值

PARAM_IN

public static final ParameterMode PARAM_IN

_PARAM_OUT

public static final int _PARAM_OUT
另請參見:
常數欄位值

PARAM_OUT

public static final ParameterMode PARAM_OUT

_PARAM_INOUT

public static final int _PARAM_INOUT
另請參見:
常數欄位值

PARAM_INOUT

public static final ParameterMode PARAM_INOUT
建構子詳細資訊

ParameterMode

protected ParameterMode(int value)
方法詳細資訊

value

public int value()

from_int

public static ParameterMode from_int(int value)

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only