getParent (Outline - Java™)

指定されたエントリの親エントリを返します。

定義位置

Outline

構文

public OutlineEntry getParent(OutlineEntry entry)
     throws NotesException

パラメータ

OutlineEntry entry

アウトライン内のエントリです。

戻り値

OutlineEntry

パラメータとして指定したエントリの親エントリを返します。エントリがない場合は null を返します。

クロスリファレンス

LotusScript® NotesOutline クラスの GetParent メソッド