Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MeasureProperty defines a named information property of a measurement.

Hierarchy

  • MeasureProperty

Index

Constructors

Properties

Methods

Constructors

  • new MeasureProperty(name: string, label: string, value: string, unit: string): MeasureProperty
  • Create a new property.

    Parameters

    • name: string

      the name of the property.

    • label: string

      the label of the property.

    • value: string

      the value of the property.

    • unit: string

      the unit of the property.

    Returns MeasureProperty

Properties

label: string

The label of the property

name: string

The name of the property

unit: string

The unit of the property

value: string

The value of the property

TYPE: string = "MP"

The type of objects in this class

Methods

  • toString(): string
  • Convert the object to a string.

    Returns string

    the string form of the object.