new $k.QuantityKind(symbol)
Parameters:
Name | Type | Description |
---|---|---|
symbol | string | | 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
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