Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BooleanHolder

Class to hold a boolean value passed by reference.

Hierarchy

  • BooleanHolder

Index

Constructors

Properties

Methods

Constructors

constructor

  • Initializes a new instance of the fm.icelink.booleanHolder class.

    Returns BooleanHolder

  • Initializes a new instance of the fm.icelink.booleanHolder class.

    Parameters

    • value: boolean

      The value.

    Returns BooleanHolder

Properties

Private _value

_value: boolean
internal

Methods

getTypeString

  • getTypeString(): string
  • Returns string

getValue

  • getValue(): boolean
  • Gets the value.

    Returns boolean

setValue

  • setValue(value: boolean): void
  • Sets the value.

    Parameters

    • value: boolean

    Returns void