com.ibm.icu.util
Class LocaleData.MeasurementSystem

java.lang.Object
  extended by com.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.


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.
 
Method Summary
 
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.


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.



Copyright (c) 2004 IBM Corporation and others.