Class: VEnum

WebPDA_CS. VEnum

new VEnum(type)

The data type that has its core value as a number, which represents a index in <code>labels</code> array.

Parameters:
Name Type Description
type string

type string that describes the type on server side.

Source:

Extends

Members

alarmName :string

alarm name.

Type:
  • string
Inherited From:
Source:

labels :string[]

All labels for the enum.

Type:
  • string[]
Source:

severity :string

severity such as NONE, MINOR, MAJOR.

Type:
  • string
Inherited From:
Source:

timestamp :WebPDA_CS.Timestamp

Timestamp field.

Type:
Inherited From:
Source:

type :string

type string that describes the actual data type.

Type:
  • string
Inherited From:
Source:

value :number

Index value field.

Type:
  • number
Source: