com.ibm.icu.util
Class LocaleData.MeasurementSystem

java.lang.Object
  extended bycom.ibm.icu.util.LocaleData.MeasurementSystem
Enclosing class:
LocaleData

Deprecated. This is a draft API and might change in a future release of ICU.

public static final class LocaleData.MeasurementSystem
extends Object

Enumeration for representing the measurement systems.

Status:
Draft ICU 2.8.
Status:
Deprecated in This is a draft API and might change in a future release of ICU..

Field Summary
static LocaleData.MeasurementSystem SI
          Deprecated. This is a draft API and might change in a future release of ICU.
static LocaleData.MeasurementSystem US
          Deprecated. This is a draft API and might change in a future release of ICU.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SI

public static final LocaleData.MeasurementSystem SI
Deprecated. This is a draft API and might change in a future release of ICU.

Measurement system specified by Le Système International d'Unités (SI) otherwise known as Metric system.

Status:
Draft ICU 2.8.
Status:
Deprecated in This is a draft API and might change in a future release of ICU..

US

public static final LocaleData.MeasurementSystem US
Deprecated. This is a draft API and might change in a future release of ICU.

Measurement system followed in the United States of America.

Status:
Draft ICU 2.8.
Status:
Deprecated in This is a draft API and might change in a future release of ICU..


Copyright (c) 2004 IBM Corporation and others.