Package world.mappable.runtime.i18n

Enum SystemOfMeasurement

java.lang.Object
    ↳ java.lang.Enum
        ↳ world.mappable.runtime.i18n.SystemOfMeasurement

final enum SystemOfMeasurement

The .h generated from this idl should define the same entities as libs/i18n/include/mappable/maps/i18n/prefs.h from the mapscore repo.

Please edit these two files simultaneously. The system of measurement to use.

Enum Constant Summary

Enum Constants

Description

DEFAULT

METRIC

Metric system.

IMPERIAL

Imperial system.

Summary

Methods

Type and modifiers

Method and Description

static SystemOfMeasurement[]

values()

static SystemOfMeasurement

valueOf(java.lang.String name)

Enum Constants Detail

DEFAULT

static final

SystemOfMeasurement

DEFAULT


METRIC

static final

SystemOfMeasurement

METRIC

Metric system.

(kilometers etc)


IMPERIAL

static final

SystemOfMeasurement

IMPERIAL

Imperial system.

(miles etc)


Methods

values

SystemOfMeasurement[] values()


valueOf

SystemOfMeasurement valueOf(java.lang.String name)