|
||||||||||
| 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(java.lang.String name,
double value)
Adds a prefix to the database by name. |
void |
PrefixDB.addSymbol(java.lang.String symbol,
double value)
Adds a prefix to the database by symbol. |
Prefix |
PrefixDB.getPrefixByName(java.lang.String name)
Gets a prefix from the database by name. |
Prefix |
PrefixDB.getPrefixBySymbol(java.lang.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 | |||||||||