| Package | Description |
|---|---|
| gov.usgs.earthquake.nshmp.calc |
Hazard calculation classes and utilties.
|
| Modifier and Type | Method and Description |
|---|---|
static Vs30 |
Vs30.fromValue(double value)
Create a Vs30 constant from a Vs30
value. |
static Vs30 |
Vs30.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Vs30[] |
Vs30.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|