Uses of Class
org.n52.bjornoya.schedule.JobConfiguration.JobType
-
-
Uses of JobConfiguration.JobType in org.n52.bjornoya.schedule
Methods in org.n52.bjornoya.schedule that return JobConfiguration.JobType Modifier and Type Method Description static JobConfiguration.JobTypeJobConfiguration.JobType. valueOf(String name)Returns the enum constant of this type with the specified name.static JobConfiguration.JobType[]JobConfiguration.JobType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.n52.bjornoya.schedule with parameters of type JobConfiguration.JobType Modifier and Type Method Description JobConfigurationJobConfiguration. setJobType(JobConfiguration.JobType jobType)
-