package tim.prune.data.sort;

/**
 * Enumeration for possible sort modes
 */
public enum SortMode
{
	DONT_SORT,
	SORTBY_NAME,
	SORTBY_TIME
}
