JAVA/CORBA クラス


getPrevEntry メソッド

ビューコレクション内の現在のエントリまたは指定されたエントリの直前にあるエントリを取得します。

定義位置

ViewEntryCollection

構文

public ViewEntry getPrevEntry()
   throws NotesException

public ViewEntry getPrevEntry(ViewEntry entry)
   throws NotesException

パラメータ

ViewEntry entry


戻り値

ViewEntry


使用法

ループでは、各繰り返しごとに ViewEntry オブジェクトを再利用してください。オブジェクトの保存と復元を行う場合は、一時オブジェクトを使用します。

クロスリファレンス

LotusScript NotesViewEntryCollection クラスの GetPrevEntry メソッド


関連項目