| Package | Description |
|---|---|
| tech.uom.impl.enums | |
| tech.uom.impl.enums.format | |
| tech.uom.impl.enums.quantity |
| Modifier and Type | Method and Description |
|---|---|
protected String |
AbstractQuantity.showInUnit(javax.measure.Unit<?> u,
Double s,
int precision,
UnitStyle style) |
protected abstract String |
AbstractQuantity.showInUnit(javax.measure.Unit<?> u,
int precision,
UnitStyle style) |
protected String |
AbstractQuantity.showInUnit(javax.measure.Unit<?> u,
Number s,
int precision,
UnitStyle style,
boolean withSpace) |
| Modifier and Type | Method and Description |
|---|---|
static UnitStyle |
UnitStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnitStyle[] |
UnitStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
DimensionlessQuantity.showInUnit(javax.measure.Unit<?> u,
int precision,
UnitStyle style) |
String |
TemperatureQuantity.showInUnit(javax.measure.Unit<?> u,
int precision,
UnitStyle style) |
String |
TimeQuantity.showInUnit(javax.measure.Unit<?> u,
int precision,
UnitStyle style) |
Copyright © 2005–2024 Units of Measurement project. All rights reserved.