*/ declare(strict_types = 1); /** * Class containing available units for weights, lengths etc. */ final class MDConservationStatusSet extends MDValueSet { const STATUS_LEVELS = [ 1 => '', 34 => 'markedBad', 67 => 'markedMedium', 100 => 'markedGood' ]; }