|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PrefixDBAccessException | |
---|---|
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 PrefixDBAccessException in ucar.units |
---|
Methods in ucar.units that throw PrefixDBAccessException | |
---|---|
void |
PrefixDB.addName(String name,
double value)
Adds a prefix to the database by name. |
void |
PrefixDB.addSymbol(String symbol,
double value)
Adds a prefix to the database by symbol. |
Prefix |
PrefixDB.getPrefixByName(String name)
Gets a prefix from the database by name. |
Prefix |
PrefixDB.getPrefixBySymbol(String symbol)
Gets a prefix from the database by symbol. |
Prefix |
PrefixDB.getPrefixByValue(double value)
Gets a prefix from the database by value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |