]> gitweb.fperrin.net Git - GpsPrune.git/blobdiff - tim/prune/data/sort/SortMode.java
Version 17, September 2014
[GpsPrune.git] / tim / prune / data / sort / SortMode.java
diff --git a/tim/prune/data/sort/SortMode.java b/tim/prune/data/sort/SortMode.java
new file mode 100644 (file)
index 0000000..9816fee
--- /dev/null
@@ -0,0 +1,11 @@
+package tim.prune.data.sort;
+
+/**
+ * Enumeration for possible sort modes
+ */
+public enum SortMode
+{
+       DONT_SORT,
+       SORTBY_NAME,
+       SORTBY_TIME
+}