public static enum Resources.Component extends Enum<Resources.Component>
| Modifier and Type | Method and Description |
|---|---|
String |
getLocation() |
static Resources.Component |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Resources.Component[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Resources.Component SELECT_LANGUAGE_POP_UP
public static final Resources.Component SURVEY_FILE_POPUP
public static final Resources.Component COLLECT_EARTH_PREVIEW_POPUP
public static final Resources.Component PREVIEW_PREFERENCES_POP_UP
public static final Resources.Component PREVIEW_POP_UP
public static final Resources.Component TABSGROUP
public static final Resources.Component TAB_LABEL_POPUP
public static final Resources.Component TABSGROUP_LIST_OF_NODES
public static final Resources.Component SRS_MANAGER_POP_UP
public static final Resources.Component VERSIONING_POPUP
public static final Resources.Component CODE_LIST_IMPORT_POPUP
public static final Resources.Component CODE_LIST_ITEM_EDIT_POP_UP
public static final Resources.Component CODE_LISTS_POPUP
public static final Resources.Component UNITS_MANAGER_POP_UP
public static final Resources.Component TAB
public static final Resources.Component ENTITY
public static final Resources.Component ATTRIBUTE
public static final Resources.Component ATTRIBUTE_POPUP
public static final Resources.Component CHECK_POPUP
public static final Resources.Component ATTRIBUTE_DEFAULT_POPUP
public static final Resources.Component FORMULA_POPUP
public static final Resources.Component PRECISION_POPUP
public static final Resources.Component SURVEY_VALIDATION_RESULTS_POPUP
public static final Resources.Component REFERENCE_DATA_IMPORT_ERRORS_POPUP
public static final Resources.Component CONFIRM_SURVEY_ERRORS_POPUP
public static final Resources.Component PROCESS_STATUS_POPUP
public static final Resources.Component JOB_STATUS_POPUP
public static final Resources.Component SURVEY_EXPORT_PARAMETERS_POPUP
public static final Resources.Component DATA_EXPORT_ERRORS_POPUP
public static final Resources.Component SURVEY_CLONE_PARAMETERS_POPUP
public static final Resources.Component NODE_EDIT_POPUP
public static final Resources.Component SCHEMA_TREE_POPUP
public static final Resources.Component SCHEMA_ATTRIBUTES_IMPORT_POP_UP
public static final Resources.Component SCHEMA_LABELS_IMPORT_POP_UP
public static final Resources.Component ATTRIBUTE_CONVERSION_PARAMETERS_POPUP
public static final Resources.Component SAMPLING_POINT_DATA_IMPORT_POPUP
public static final Resources.Component TAXONOMY_IMPORT_POPUP
public static Resources.Component[] values()
for (Resources.Component c : Resources.Component.values()) System.out.println(c);
public static Resources.Component 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 getLocation()
Copyright © 2021 Open Foris. All rights reserved.