public static enum SurveyController.SurveyCreationParameters.TemplateType extends Enum<SurveyController.SurveyCreationParameters.TemplateType>
| Enum Constant and Description |
|---|
BIOPHYSICAL |
BLANK |
COLLECT_EARTH |
COLLECT_EARTH_IPCC |
| Modifier and Type | Method and Description |
|---|---|
static SurveyController.SurveyCreationParameters.TemplateType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SurveyController.SurveyCreationParameters.TemplateType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SurveyController.SurveyCreationParameters.TemplateType BLANK
public static final SurveyController.SurveyCreationParameters.TemplateType BIOPHYSICAL
public static final SurveyController.SurveyCreationParameters.TemplateType COLLECT_EARTH
public static final SurveyController.SurveyCreationParameters.TemplateType COLLECT_EARTH_IPCC
public static SurveyController.SurveyCreationParameters.TemplateType[] values()
for (SurveyController.SurveyCreationParameters.TemplateType c : SurveyController.SurveyCreationParameters.TemplateType.values()) System.out.println(c);
public static SurveyController.SurveyCreationParameters.TemplateType 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 © 2022 Open Foris. All rights reserved.