Here are the measurement systems, as I see them.

public enum MeasurementSystem {
    INTERNATIONAL_SYSTEM_OF_UNITS,
    METRIC,
    UNITED_STATES_CUSTOMARY,
    BRITISH_IMPERIAL
}

Reply via email to