Enum Resources.Component
- java.lang.Object
-
- java.lang.Enum<Resources.Component>
-
- org.openforis.collect.designer.util.Resources.Component
-
- All Implemented Interfaces:
Serializable,Comparable<Resources.Component>
- Enclosing class:
- Resources
public static enum Resources.Component extends Enum<Resources.Component>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLocation()static Resources.ComponentvalueOf(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.
-
-
-
Enum Constant Detail
-
SELECT_LANGUAGE_POP_UP
public static final Resources.Component SELECT_LANGUAGE_POP_UP
-
SURVEY_FILE_POPUP
public static final Resources.Component SURVEY_FILE_POPUP
-
COLLECT_EARTH_PREVIEW_POPUP
public static final Resources.Component COLLECT_EARTH_PREVIEW_POPUP
-
PREVIEW_PREFERENCES_POP_UP
public static final Resources.Component PREVIEW_PREFERENCES_POP_UP
-
PREVIEW_POP_UP
public static final Resources.Component PREVIEW_POP_UP
-
TABSGROUP
public static final Resources.Component TABSGROUP
-
TAB_LABEL_POPUP
public static final Resources.Component TAB_LABEL_POPUP
-
TABSGROUP_LIST_OF_NODES
public static final Resources.Component TABSGROUP_LIST_OF_NODES
-
SRS_MANAGER_POP_UP
public static final Resources.Component SRS_MANAGER_POP_UP
-
VERSIONING_POPUP
public static final Resources.Component VERSIONING_POPUP
-
CODE_LIST_IMPORT_POPUP
public static final Resources.Component CODE_LIST_IMPORT_POPUP
-
CODE_LIST_ITEM_EDIT_POP_UP
public static final Resources.Component CODE_LIST_ITEM_EDIT_POP_UP
-
CODE_LISTS_POPUP
public static final Resources.Component CODE_LISTS_POPUP
-
UNITS_MANAGER_POP_UP
public static final Resources.Component UNITS_MANAGER_POP_UP
-
TAB
public static final Resources.Component TAB
-
ENTITY
public static final Resources.Component ENTITY
-
ATTRIBUTE
public static final Resources.Component ATTRIBUTE
-
ATTRIBUTE_POPUP
public static final Resources.Component ATTRIBUTE_POPUP
-
CHECK_POPUP
public static final Resources.Component CHECK_POPUP
-
ATTRIBUTE_DEFAULT_POPUP
public static final Resources.Component ATTRIBUTE_DEFAULT_POPUP
-
FORMULA_POPUP
public static final Resources.Component FORMULA_POPUP
-
PRECISION_POPUP
public static final Resources.Component PRECISION_POPUP
-
SURVEY_VALIDATION_RESULTS_POPUP
public static final Resources.Component SURVEY_VALIDATION_RESULTS_POPUP
-
REFERENCE_DATA_IMPORT_ERRORS_POPUP
public static final Resources.Component REFERENCE_DATA_IMPORT_ERRORS_POPUP
-
CONFIRM_SURVEY_ERRORS_POPUP
public static final Resources.Component CONFIRM_SURVEY_ERRORS_POPUP
-
PROCESS_STATUS_POPUP
public static final Resources.Component PROCESS_STATUS_POPUP
-
JOB_STATUS_POPUP
public static final Resources.Component JOB_STATUS_POPUP
-
SURVEY_EXPORT_PARAMETERS_POPUP
public static final Resources.Component SURVEY_EXPORT_PARAMETERS_POPUP
-
DATA_EXPORT_ERRORS_POPUP
public static final Resources.Component DATA_EXPORT_ERRORS_POPUP
-
SURVEY_CLONE_PARAMETERS_POPUP
public static final Resources.Component SURVEY_CLONE_PARAMETERS_POPUP
-
NODE_EDIT_POPUP
public static final Resources.Component NODE_EDIT_POPUP
-
SCHEMA_TREE_POPUP
public static final Resources.Component SCHEMA_TREE_POPUP
-
SCHEMA_ATTRIBUTES_IMPORT_POP_UP
public static final Resources.Component SCHEMA_ATTRIBUTES_IMPORT_POP_UP
-
SCHEMA_LABELS_IMPORT_POP_UP
public static final Resources.Component SCHEMA_LABELS_IMPORT_POP_UP
-
ATTRIBUTE_CONVERSION_PARAMETERS_POPUP
public static final Resources.Component ATTRIBUTE_CONVERSION_PARAMETERS_POPUP
-
SAMPLING_POINT_DATA_IMPORT_POPUP
public static final Resources.Component SAMPLING_POINT_DATA_IMPORT_POPUP
-
TAXONOMY_IMPORT_POPUP
public static final Resources.Component TAXONOMY_IMPORT_POPUP
-
-
Method Detail
-
values
public static Resources.Component[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (Resources.Component c : Resources.Component.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Resources.Component valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getLocation
public String getLocation()
-
-