package mj.ocraptor.database; public enum DBFileStatus { NOT_FOUND, MODIFIED, UP_TO_DATE, NOT_SUPPORTED; }