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