Uses of Class
org.basex.query.ft.FTOpt.FTMode

Packages that use FTOpt.FTMode
org.basex.query.ft Contains XQuery Full-Text 1.0 expressions. 
 

Uses of FTOpt.FTMode in org.basex.query.ft
 

Methods in org.basex.query.ft that return FTOpt.FTMode
static FTOpt.FTMode FTOpt.FTMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FTOpt.FTMode[] FTOpt.FTMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.basex.query.ft with parameters of type FTOpt.FTMode
FTWords(Expr e, FTOpt.FTMode m, Expr[] o)
          Constructor.