Uses of Class
org.ldaptive.ad.control.SearchOptionsControl.Flag
-
Packages that use SearchOptionsControl.Flag Package Description org.ldaptive.ad.control -
-
Uses of SearchOptionsControl.Flag in org.ldaptive.ad.control
Fields in org.ldaptive.ad.control declared as SearchOptionsControl.Flag Modifier and Type Field Description private SearchOptionsControl.Flag
SearchOptionsControl. flag
flag.Methods in org.ldaptive.ad.control that return SearchOptionsControl.Flag Modifier and Type Method Description SearchOptionsControl.Flag
SearchOptionsControl. getFlag()
Returns the flag.static SearchOptionsControl.Flag
SearchOptionsControl.Flag. valueOf(String name)
Returns the enum constant of this type with the specified name.static SearchOptionsControl.Flag[]
SearchOptionsControl.Flag. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ldaptive.ad.control with parameters of type SearchOptionsControl.Flag Modifier and Type Method Description void
SearchOptionsControl. setFlag(SearchOptionsControl.Flag f)
Sets the flag.Constructors in org.ldaptive.ad.control with parameters of type SearchOptionsControl.Flag Constructor Description SearchOptionsControl(SearchOptionsControl.Flag f)
Creates a new search options control.SearchOptionsControl(SearchOptionsControl.Flag f, boolean critical)
Creates a new search options control.
-