| Modifier and Type | Method | Description |
|---|---|---|
static Base |
Base.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Base[] |
Base.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor | Description |
|---|---|
Quantity(Base base) |
|
Quantity(Base base,
double power) |
Creates a new quantity with a certain base and power.
|
Copyright © 2018. All rights reserved.