Uses of Enum
org.ldaptive.ad.control.SearchOptionsControl.Flag
Packages that use SearchOptionsControl.Flag
-
Uses of SearchOptionsControl.Flag in org.ldaptive.ad.control
Fields in org.ldaptive.ad.control declared as SearchOptionsControl.FlagModifier and TypeFieldDescriptionprivate SearchOptionsControl.FlagSearchOptionsControl.flagflag.Methods in org.ldaptive.ad.control that return SearchOptionsControl.FlagModifier and TypeMethodDescriptionSearchOptionsControl.getFlag()Returns the flag.static SearchOptionsControl.FlagReturns 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.FlagModifier and TypeMethodDescriptionvoidSearchOptionsControl.setFlag(SearchOptionsControl.Flag f) Sets the flag.Constructors in org.ldaptive.ad.control with parameters of type SearchOptionsControl.FlagModifierConstructorDescriptionCreates a new search options control.SearchOptionsControl(SearchOptionsControl.Flag f, boolean critical) Creates a new search options control.