Uses of Class
org.forgerock.opendj.ldap.Filter.FilterType
-
Packages that use Filter.FilterType Package Description org.forgerock.opendj.ldap Classes and interfaces for core types including connections, entries, and attributes. -
-
Uses of Filter.FilterType in org.forgerock.opendj.ldap
Methods in org.forgerock.opendj.ldap that return Filter.FilterType Modifier and Type Method Description Filter.FilterType
Filter. getFilterType()
Returns the type of this filter.static Filter.FilterType
Filter.FilterType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Filter.FilterType[]
Filter.FilterType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-