protected static enum AWSModelCore.SubModelID extends java.lang.Enum<AWSModelCore.SubModelID>
Enum Constant and Description |
---|
firstStep
The general stand-level occurrence of storm damage (Bernoulli distribution)
|
fourthStep
The probability of damage at tree level (Bernoulli distribution)
|
secondStep
The occurrence of total stand damage (>= 75% of basal area affected) conditional on the first modeling step (Bernoulli distribution)
|
thirdStep
The partial storm damage conditional on the second modeling step, i.e.
|
Modifier and Type | Method and Description |
---|---|
static AWSModelCore.SubModelID |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AWSModelCore.SubModelID[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AWSModelCore.SubModelID firstStep
public static final AWSModelCore.SubModelID secondStep
public static final AWSModelCore.SubModelID thirdStep
public static final AWSModelCore.SubModelID fourthStep
public static AWSModelCore.SubModelID[] values()
for (AWSModelCore.SubModelID c : AWSModelCore.SubModelID.values()) System.out.println(c);
public static AWSModelCore.SubModelID valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null