Options
All
  • Public
  • Public/Protected
  • All
Menu

Class OnmsNodeType

Represents an OpenNMS node type.

Hierarchy

Index

Constructors

constructor

Accessors

id

  • get id(): T

index

  • get index(): T

label

  • get label(): string

Methods

toDisplayString

  • toDisplayString(): string

toJSON

  • toJSON(): object

toString

  • toString(): T

Static forId

  • forId(id: string): any
  • Given an ID (A, D, etc.), return the corresponding node type object.

    Parameters

    • id: string

    Returns any

Static forLabel

  • forLabel(label: string): any
  • Given a label (ACTIVE, etc.), return the corresponding node type object.

    Parameters

    • label: string

    Returns any

Generated using TypeDoc