Class OnmsSituationFeedbackType

Represents an OpenNMS "SituationFeedback" type.

Hierarchy

  • OnmsEnum<string>
    • OnmsSituationFeedbackType

Implements

Constructors

Accessors

Methods

  • convert this enum to a string suitable for display

    Returns string

  • convert to the JSON representation

    Returns {
        id: string;
        label: string;
    }

    • id: string
    • label: string