Uses of Enum Class
org.basex.util.ft.FTFlag

Packages that use FTFlag
Package
Description
Full-text specific utility classes.
  • 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 class with the specified name.
    static FTFlag[]
    FTFlag.values()
    Returns an array containing the constants of this enum class, 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.