| 修飾子と型 | フィールドと説明 |
|---|---|
static ParameterMode | IN パラメーター渡しの IN モード |
static ParameterMode | INOUT パラメーターを渡すための INOUT モード |
static ParameterMode | OUT パラメーターを渡すための OUT モード |
| 修飾子と型 | メソッドと説明 |
|---|---|
StringSE | toString() この ParameterMode オブジェクトを説明する String を返します。 |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic static final ParameterMode IN
public static final ParameterMode OUT
public static final ParameterMode INOUT
public StringSE toString()
ParameterMode オブジェクトを説明する String を返します。ObjectSE の toStringSE Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.