Outline (Java)

Represents an outline in a database.

Syntax

public class Outline extends Base

Containment

Contained by: Database

Contains: OutlineEntry

Properties

Alias through getAlias and setAlias

Comment through getComment and setComment

Name through getName and setName

ParentDatabase through getParentDatabase

Creation and access

Create an outline with createOutline in Database. Get an existing outline object with getOutline in Database.

Usage

An outline supports a hierarchy of outline entries and provides methods for their navigation and manipulation.

Example