Options
All
  • Public
  • Public/Protected
  • All
Menu

Class OnmsTroubleTicketState

Represents an OpenNMS trouble ticket state.

Hierarchy

  • OnmsEnum<number>
    • OnmsTroubleTicketState

Index

Constructors

Accessors

Methods

Constructors

constructor

Accessors

id

  • get id(): T
  • get the index/id of this enum entry

    Returns T

index

  • get index(): T

label

  • get label(): string
  • get the label of this enum entry

    Returns string

Methods

toDisplayString

  • toDisplayString(): string
  • convert this enum to a string suitable for display

    Returns string

toJSON

  • toJSON(): object
  • convert to the JSON representation

    Returns object

    • id: T
    • label: string

toString

  • toString(): T
  • convert this enum to a string

    Returns T

Generated using TypeDoc