com.ibm.icu.util
Class MeasureUnit

java.lang.Object
  extended by com.ibm.icu.util.MeasureUnit
Direct Known Subclasses:
Currency, TimeUnit

public abstract class MeasureUnit
extends Object

A unit such as length, mass, volume, currency, etc. A unit is coupled with a numeric amount to produce a Measure.

Author:
Alan Liu
See Also:
Measure
Status:
Stable ICU 3.0.

Constructor Summary
protected MeasureUnit()
          Deprecated. This API is ICU internal only.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MeasureUnit

protected MeasureUnit()
Deprecated. This API is ICU internal only.

Status:
Internal. This API is ICU internal only.


Copyright (c) 2011 IBM Corporation and others.