Uses of Class
org.basex.util.ft.FTFlag
-
Packages that use FTFlag Package Description org.basex.util.ft -
-
Uses of FTFlag in org.basex.util.ft
Methods in org.basex.util.ft that return FTFlag Modifier and Type Method Description static FTFlag
FTFlag. valueOf(String name)
Returns the enum constant of this type with the specified name.static FTFlag[]
FTFlag. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.basex.util.ft with parameters of type FTFlag Modifier and Type Method Description boolean
FTOpt. is(FTFlag flag)
Returns the specified flag.boolean
FTOpt. isSet(FTFlag flag)
Tests if the specified flag has been set.void
FTOpt. set(FTFlag flag, boolean value)
Sets the specified flag.
-