Class OnmsAlarmType

Represents an OpenNMS alarm type.

Hierarchy

  • OnmsEnum<number>
    • OnmsAlarmType

Implements

Constructors

Accessors

Methods

  • convert this enum to a string suitable for display

    Returns string

  • convert to the JSON representation

    Returns { id: number; label: string }