EntryClass (OutlineEntry - Java)

Read-only. Class of outline entry.

Defined in

OutlineEntry

Data type

int

Syntax

public int getEntryClass()
     throws NotesException

Legal values

  • OutlineEntry.OUTLINE_CLASS_DATABASE
  • OutlineEntry.OUTLINE_CLASS_DOCUMENT
  • OutlineEntry.OUTLINE_CLASS_FORM
  • OutlineEntry.OUTLINE_CLASS_FOLDER
  • OutlineEntry.OUTLINE_CLASS_FRAMESET
  • OutlineEntry.OUTLINE_CLASS_NAVIGATOR
  • OutlineEntry.OUTLINE_CLASS_PAGE
  • OutlineEntry.OUTLINE_CLASS_UNKNOWN
  • OutlineEntry.OUTLINE_CLASS_VIEW

Example