ValueTrait
Table of Contents
Properties
- $maxValue : int|null
- The upper value of some characteristic or property.
- $minValue : int|null
- The lower value of some characteristic or property.
- $unitCode : null|string
- The unit of measurement given using the UN/CEFACT Common Code (3 characters) or a URL.
- $unitText : null|string
- A string or text indicating the unit of measurement.
- $value : mixed
- The value of a QuantitativeValue or property value node.
- $valueReference : mixed
- The lower value of some characteristic or property.
Properties
$maxValue
The upper value of some characteristic or property.
public
int|null
$maxValue
$minValue
The lower value of some characteristic or property.
public
int|null
$minValue
$unitCode
The unit of measurement given using the UN/CEFACT Common Code (3 characters) or a URL.
public
null|string
$unitCode
Other codes than the UN/CEFACT Common Code may be used with a prefix followed by a colon.
$unitText
A string or text indicating the unit of measurement.
public
null|string
$unitText
Useful if you cannot provide a standard unit code for unitCode.
$value
The value of a QuantitativeValue or property value node.
public
mixed
$value
$valueReference
The lower value of some characteristic or property.
public
mixed
$valueReference