package com.constellio.app.services.importExport.settings.utils; public interface SettingsXMLFileConstants { String TYPES = "types"; String COLLECTION_SETTINGS = "collection-settings"; String CODE = "code"; String TAXONOMIES = "taxonomies"; String TAXONOMY = "taxonomy"; String TITLE = "title"; String TITLE_FR = "title_fr"; String VISIBLE_IN_HOME_PAGE = "visibleInHomePage"; String CLASSIFIED_TYPES1 = "classifiedTypes"; String CLASSIFIED_TYPES = CLASSIFIED_TYPES1; String GROUPS = "groups"; String USERS = "users"; String VALUE_LIST = "valueList"; String CODE_MODE = "codeMode"; String HIERARCHICAL = "hierarchical"; String SETTINGS = "settings"; String CONFIG = "config"; String KEY = "key"; String VALUE = "value"; String TYPE = "type"; String TABS = "tabs"; String VALUE_LISTS = "valueLists"; String TAB = "tab"; String CONFIGS = "configs"; String SEQUENCES = "sequences"; String SEQUENCE = "sequence"; String LABEL_TEMPLATES = "labelTemplates"; String DEFAULT_SCHEMA = "default-schema"; String METADATA = "metadata"; String LABEL = "label"; String SCHEMA = "schema"; String SCHEMAS = "schemas"; String DUPLICABLE = "duplicable"; String REFERENCED_TYPE = "referencedType"; String INPUT_MASK = "inputMask"; String MULTI_LINGUAL = "multiLingual"; String MULTI_VALUE = "multivalue"; String VISIBLE_IN_TABLES_IN = "visibleInTablesIn"; String VISIBLE_IN_TABLES = "visibleInTables"; String VISIBLE_IN_RESULT_IN = "visibleInResultIn"; String VISIBLE_IN_DISPLAY_IN = "visibleInDisplayIn"; String VISIBLE_IN_SEARCH_RESULT = "visibleInSearchResult"; String VISIBLE_IN_DISPLAY = "visibleInDisplay"; String VISIBLE_IN_FORM_IN = "visibleInFormIn"; String VISIBLE_IN_FORM = "visibleInForm"; String REQUIRED_IN = "requiredIn"; String REQUIRED = "required"; String ENABLED_IN = "enabledIn"; String ENABLED = "enabled"; String UNIQUE = "unique"; String ENCRYPTED = "encrypted"; String ESSENTIAL = "essential"; String ESSENTIAL_IN_SUMMARY = "essentialInSummary"; String RECORD_AUTOCOMPLETE = "recordAutocomplete"; String SORTABLE = "sortable"; String UNMODIFIABLE = "unmodifiable"; String ADVANCE_SEARCHABLE = "advanceSearchable"; String SEARCHABLE = "searchable"; }