protected static enum AWSModelCore.RandomEffectID extends java.lang.Enum<AWSModelCore.RandomEffectID>
Enum Constant and Description |
---|
Step1DouglasFir |
Step1Oak |
Step1PineAndLarch |
Step1SilverFir |
Step1Spruce |
Step2DouglasFir |
Step2SilverFir |
Step3FeldLevel |
Step3VflLevel |
Modifier and Type | Method and Description |
---|---|
static AWSModelCore.RandomEffectID |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AWSModelCore.RandomEffectID[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AWSModelCore.RandomEffectID Step1Oak
public static final AWSModelCore.RandomEffectID Step1DouglasFir
public static final AWSModelCore.RandomEffectID Step1Spruce
public static final AWSModelCore.RandomEffectID Step1PineAndLarch
public static final AWSModelCore.RandomEffectID Step1SilverFir
public static final AWSModelCore.RandomEffectID Step2DouglasFir
public static final AWSModelCore.RandomEffectID Step2SilverFir
public static final AWSModelCore.RandomEffectID Step3VflLevel
public static final AWSModelCore.RandomEffectID Step3FeldLevel
public static AWSModelCore.RandomEffectID[] values()
for (AWSModelCore.RandomEffectID c : AWSModelCore.RandomEffectID.values()) System.out.println(c);
public static AWSModelCore.RandomEffectID 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