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