// License: GPL. For details, see LICENSE file.
package org.openstreetmap.josm.gui.conflict.pair;

/**
 * Enumeration of roles entry lists play in {@link AbstractListMergeModel}
 */
public enum ListRole {
    MY_ENTRIES,
    MERGED_ENTRIES,
    THEIR_ENTRIES
}
