Options
All
  • Public
  • Public/Protected
  • All
Menu

Class OnmsCategory

Hierarchy

  • OnmsCategory

Index

Constructors

Properties

Methods

Constructors

constructor

  • given an ID and name, construct a service type

    Parameters

    • id: number
    • name: string

    Returns OnmsCategory

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 category object for the given category

    Parameters

    • id: number
    • name: string

    Returns any

Generated using TypeDoc