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