MeasurementRange

public enum MeasurementRange: String

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
  • Undocumented

    Declaration

    Swift

    public static func allTypes() -> [MeasurementRange]