public static enum LongleyRice_modInput.Climate extends Enum<LongleyRice_modInput.Climate>
Enum Constant and Description |
---|
Continental_Subtropical |
Continental_Temperate |
Desert |
Equatorial |
Maritime_Subtropical |
Maritime_Temperate_over_land |
Maritime_Temperate_over_sea |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static LongleyRice_modInput.Climate |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LongleyRice_modInput.Climate[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LongleyRice_modInput.Climate Equatorial
public static final LongleyRice_modInput.Climate Continental_Subtropical
public static final LongleyRice_modInput.Climate Maritime_Subtropical
public static final LongleyRice_modInput.Climate Desert
public static final LongleyRice_modInput.Climate Continental_Temperate
public static final LongleyRice_modInput.Climate Maritime_Temperate_over_land
public static final LongleyRice_modInput.Climate Maritime_Temperate_over_sea
public static LongleyRice_modInput.Climate[] values()
for (LongleyRice_modInput.Climate c : LongleyRice_modInput.Climate.values()) System.out.println(c);
public static LongleyRice_modInput.Climate 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 nullpublic String toString()
toString
in class Enum<LongleyRice_modInput.Climate>
Copyright © 2018. All rights reserved.