Options
All
  • Public
  • Public/Protected
  • All
Menu

Class OnmsServiceType

Hierarchy

  • OnmsServiceType

Index

Constructors

Properties

Methods

Constructors

constructor

  • given an ID and name, construct a service type

    Parameters

    • id: number
    • name: string

    Returns OnmsServiceType

Properties

id

id: number

the service ID

name

name: string

the service name

Methods

Static for

  • for(id: number, name: string): any
  • get a singleton service type object for the given service

    Parameters

    • id: number
    • name: string

    Returns any

Generated using TypeDoc