| Modifier and Type | Class and Description |
|---|---|
class |
PrefixName
Provides support for prefix names and numeric values.
|
class |
PrefixSymbol
Provides support for prefix symbols.
|
| Modifier and Type | Method and Description |
|---|---|
Prefix |
PrefixDBImpl.getPrefixByName(String string)
Gets a prefix by name.
|
Prefix |
PrefixDB.getPrefixByName(String name)
Gets a prefix from the database by name.
|
Prefix |
PrefixDBImpl.getPrefixBySymbol(String string)
Gets a prefix by symbol.
|
Prefix |
PrefixDB.getPrefixBySymbol(String symbol)
Gets a prefix from the database by symbol.
|
Prefix |
PrefixDBImpl.getPrefixByValue(double value)
Gets a prefix by value.
|
Prefix |
PrefixDB.getPrefixByValue(double value)
Gets a prefix from the database by value.
|
| Constructor and Description |
|---|
PrefixExistsException(Prefix oldPrefix,
Prefix newPrefix)
Constructs from an old prefix and a new prefix.
|
Copyright © 1999-2015 UCAR/Unidata. All Rights Reserved.