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