MeasurementRange

public enum MeasurementRange : String, CaseIterable

The measurement range is used to determine units that are appropriate to the size of the person.

  • Measurement units should be ranged for an adult.

    Declaration

    Swift

    case adult
  • Measurement units should be ranged for a child.

    Declaration

    Swift

    case child
  • Measuremet units should be ranged for an infant.

    Declaration

    Swift

    case infant