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