source: josm/trunk/src/org/openstreetmap/josm/gui/preferences/SourceType.java@ 10173

Last change on this file since 10173 was 7937, checked in by bastiK, 9 years ago

add subversion property svn:eol=native

  • Property svn:eol-style set to native
File size: 380 bytes
Line 
1// License: GPL. For details, see LICENSE file.
2package org.openstreetmap.josm.gui.preferences;
3
4/**
5 * The different types of source entries.
6 * @since 6670
7 */
8public enum SourceType {
9 /** Entry for a map paint style **/
10 MAP_PAINT_STYLE,
11 /** Entry for a tagging preset **/
12 TAGGING_PRESET,
13 /** Entry for a validator tag checker rule **/
14 TAGCHECKER_RULE
15}
Note: See TracBrowser for help on using the repository browser.