Uses of Class
ucar.units.Prefix

Packages that use Prefix
ucar.units Provides support for parsing and formatting string unit specification, converting numerical values between compatible units, and performing arithmetic on units (such as dividing one unit by another). 
 

Uses of Prefix in ucar.units
 

Subclasses of Prefix in ucar.units
 class PrefixName
          Provides support for prefix names and numeric values.
 class PrefixSymbol
          Provides support for prefix symbols.
 

Methods in ucar.units that return Prefix
 Prefix PrefixDB.getPrefixByName(String name)
          Gets a prefix from the database by name.
 Prefix PrefixDBImpl.getPrefixByName(String string)
          Gets a prefix by name.
 Prefix PrefixDB.getPrefixBySymbol(String symbol)
          Gets a prefix from the database by symbol.
 Prefix PrefixDBImpl.getPrefixBySymbol(String string)
          Gets a prefix by symbol.
 Prefix PrefixDB.getPrefixByValue(double value)
          Gets a prefix from the database by value.
 Prefix PrefixDBImpl.getPrefixByValue(double value)
          Gets a prefix by value.
 

Constructors in ucar.units with parameters of type Prefix
PrefixExistsException(Prefix oldPrefix, Prefix newPrefix)
          Constructs from an old prefix and a new prefix.
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.