JAVA/CORBA クラス


getParent メソッド

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

定義が行われるクラス
Outline

構文
public OutlineEntry getParent(OutlineEntry entry)
throws NotesException

パラメータ
OutlineEntry entry


戻り値
OutlineEntry

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

クロスリファレンス
LotusScript NotesOutline クラスの GetParent メソッド


関連項目