Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Enum

Hierarchy

  • Enum

Indexable

[id: string]: number

Constructors

Accessors

Methods

Constructors

constructor

  • new Enum(map: any): Enum
  • Parameters

    • map: any

    Returns Enum

Accessors

isFlaggable

  • get isFlaggable(): boolean
  • Returns boolean

Methods

get

  • Returns the appropriate EnumItem.

    method

    get

    Parameters

    • key: EnumItem | string | number

      The object to get with.

    Returns EnumItem | null

    the get result.

getDefaultValue

  • Returns EnumItem

toString

  • toString(): string
  • Returns string

Generated using TypeDoc