Package | Description |
---|---|
systems.uom.ucum.format |
Modifier and Type | Class and Description |
---|---|
private static class |
UCUMFormat.Parsing
The Parsing format outputs formats and parses units according to the
"c/s" or "c/i" column in the UCUM standard, depending on which SymbolMap
is passed to its constructor.
|
private static class |
UCUMFormat.Print
The Print format is used to output units according to the "print" column
in the UCUM standard.
|
Modifier and Type | Method and Description |
---|---|
static UCUMFormat |
UCUMFormat.getInstance(UCUMFormat.Variant variant)
Returns the instance for formatting/parsing using the given variant
|
static UCUMFormat |
UCUMFormat.getInstance(UCUMFormat.Variant variant,
tec.uom.se.format.SymbolMap symbolMap)
Returns an instance for formatting and parsing using user defined symbols
|