$k. QuantityKind

new $k.QuantityKind(symbol)

Parameters:
NameTypeDescription
symbolstring | $k.SemanticElement

Either the unit symbol of a configured quantity kind, or the quantity kind configuration element

Throws:

If the parameter is a semantic element other than a quantity kind configuration element

Type
$k.exception.TypeError

Methods

name() → {string}

Since
  • 5.4.2
Returns:

The unit/quantity name

Type: 
string

quantityKind() → {$k.QuantityKind}

Since
  • 5.4.2
Returns:

The quantity kind

Type: 
$k.QuantityKind

symbol() → {string}

Since
  • 5.4.2
Returns:

The unit/quantity symbol

Type: 
string