Uses of Class
org.apache.syncope.common.lib.types.JobType
-
Packages that use JobType Package Description org.apache.syncope.common.lib.to org.apache.syncope.common.lib.types -
-
Uses of JobType in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return JobType Modifier and Type Method Description JobTypeExecTO. getJobType()JobTypeJobTO. getType()Methods in org.apache.syncope.common.lib.to with parameters of type JobType Modifier and Type Method Description voidExecTO. setJobType(JobType jobType)voidJobTO. setType(JobType type) -
Uses of JobType in org.apache.syncope.common.lib.types
Methods in org.apache.syncope.common.lib.types that return JobType Modifier and Type Method Description static JobTypeJobType. valueOf(String name)Returns the enum constant of this type with the specified name.static JobType[]JobType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-