TinyBase logoTinyBase

Getter methods

This is the collection of getter methods within the Checkpoints interface. There are 4 getter methods in total.

getStore

The getStore method returns a reference to the underlying Store that is backing this Checkpoints object.

getCheckpoint

The getCheckpoint method fetches the label for a checkpoint, if it had been provided at the time of the addCheckpoint method or set subsequently with the setCheckpoint method.

getCheckpointIds

The getCheckpointIds method returns an array of the checkpoint Ids being managed by this Checkpoints object.

hasCheckpoint

The hasCheckpoint method returns a boolean indicating whether a given Checkpoint exists in the Checkpoints object.