getNext (Outline - Java)

Gets the entry immediately following a specified entry of an outline.

Defined in

Outline

Syntax

public OutlineEntry getNext(OutlineEntry entry)
     throws NotesException

Parameters

OutlineEntry entry

An entry in the outline.

Return value

OutlineEntry

The entry following the one specified as the parameter, or null if there is no next entry.

Example