package com.darkweb.genesissearchengine.constants; public class enums { public enum webRequestStatus{notRunning,running,repeat;} }