getFieldType (Form - Java™)

フォームのフィールドの種類を取得します。

注: このメソッドは R6 で新しく追加されました。

定義位置

Form

構文

public int getFieldType(String name)
    throws NotesException

パラメータ

String name

フィールドの名前を返します。

戻り値

int 型

Item の getType で指定されたフィールドのタイプ。

クロスリファレンス

LotusScript® NotesForm クラスの GetFieldType メソッド