Uses of Class
technology.openpool.ldap.adapter.api.query.WildcardOperator.Format
-
Packages that use WildcardOperator.Format Package Description technology.openpool.ldap.adapter.api.query -
-
Uses of WildcardOperator.Format in technology.openpool.ldap.adapter.api.query
Methods in technology.openpool.ldap.adapter.api.query that return WildcardOperator.Format Modifier and Type Method Description static WildcardOperator.FormatWildcardOperator.Format. valueOf(String name)Returns the enum constant of this type with the specified name.static WildcardOperator.Format[]WildcardOperator.Format. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in technology.openpool.ldap.adapter.api.query with parameters of type WildcardOperator.Format Modifier and Type Method Description StringWildcardOperator. getValue(WildcardOperator.Format format)
-