Uses of Class
org.apache.syncope.common.lib.types.TaskType
-
Packages that use TaskType Package Description org.apache.syncope.common.lib.types -
-
Uses of TaskType in org.apache.syncope.common.lib.types
Methods in org.apache.syncope.common.lib.types that return TaskType Modifier and Type Method Description static TaskTypeTaskType. fromTOClass(Class<? extends TaskTO> clazz)static TaskTypeTaskType. valueOf(String name)Returns the enum constant of this type with the specified name.static TaskType[]TaskType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-