Serializable
, Comparable<MarshallSolarActivityFutureEstimation.StrengthLevel>
public static enum MarshallSolarActivityFutureEstimation.StrengthLevel extends Enum<MarshallSolarActivityFutureEstimation.StrengthLevel>
Enum Constant | Description |
---|---|
AVERAGE |
Average level of activity.
|
STRONG |
Strong level of activity.
|
WEAK |
Weak level of activity.
|
Modifier and Type | Method | Description |
---|---|---|
static MarshallSolarActivityFutureEstimation.StrengthLevel |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static MarshallSolarActivityFutureEstimation.StrengthLevel[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MarshallSolarActivityFutureEstimation.StrengthLevel STRONG
public static final MarshallSolarActivityFutureEstimation.StrengthLevel AVERAGE
public static final MarshallSolarActivityFutureEstimation.StrengthLevel WEAK
public static MarshallSolarActivityFutureEstimation.StrengthLevel[] values()
for (MarshallSolarActivityFutureEstimation.StrengthLevel c : MarshallSolarActivityFutureEstimation.StrengthLevel.values()) System.out.println(c);
public static MarshallSolarActivityFutureEstimation.StrengthLevel valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2002-2019 CS Systèmes d'information. All rights reserved.