| Package | Description |
|---|---|
| no.api.meteo.entity.extras |
| Modifier and Type | Method and Description |
|---|---|
static BeaufortLevel |
BeaufortLevel.findUnitById(int value)
Find matching unit for a given number.
|
static BeaufortLevel |
BeaufortLevel.findUnitByKilometersPerHour(double value)
Find matching unit for a given number.
|
static BeaufortLevel |
BeaufortLevel.findUnitByKnots(double value)
Find matching unit for a given number.
|
static BeaufortLevel |
BeaufortLevel.findUnitByMetersPerSecond(double value)
Find matching unit for a given number.
|
static BeaufortLevel |
BeaufortLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BeaufortLevel[] |
BeaufortLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015 Amedia. All rights reserved.