Package com.luciad.format.bufr.sigwx
Enum Class ELcdSIGWXLevel
- All Implemented Interfaces:
Serializable
,Comparable<ELcdSIGWXLevel>
,Constable
Constants that represent the height ranges used for SIGWX forecasts.
Used as the type for the
TLcdSIGWXModelDescriptor.getSIGWXLevel()
return value.- Since:
- 2020.0
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionHeight range for High Level SIGWX forecasts.Height range for High + Medium Level SIGWX forecasts.Height range for Medium Level SIGWX forecasts. -
Method Summary
Modifier and TypeMethodDescriptionstatic ELcdSIGWXLevel
Returns the enum constant of this class with the specified name.static ELcdSIGWXLevel[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SWH
Height range for High Level SIGWX forecasts. Range is FL250 - FL630 -
SWM
Height range for Medium Level SIGWX forecasts. Range is FL100 - FL450 -
SWH_AND_SWM
Height range for High + Medium Level SIGWX forecasts. Range is FL100 - FL630
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-