org.omg.CORBA
類別 ParameterMode
java.lang.Object
org.omg.CORBA.ParameterMode
- 所有已實作的介面:
- Serializable, IDLEntity
public class ParameterMode
- extends Object
- implements IDLEntity
Parameter 參數網要的列舉。可能的值:
- PARAM_IN - 表示一個 "in" 參數。
- PARAM_OUT - 表示一個 "out" 參數。
- PARAM_INOUT - 表示一個 "inout" 參數。
從類別 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)
提交錯誤或意見版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。