package com.itjw.txviewer.database; public enum RelationType { PREDECESSOR, SUCCESSOR, PREVIOUS, NEXT, PARENT, CHILD; }