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

Packages that use FTFlag
org.basex.util.ft Full-text specific utility classes. 
 

Uses of FTFlag in org.basex.util.ft
 

Methods in org.basex.util.ft that return FTFlag
static FTFlag FTFlag.valueOf(java.lang.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
 boolean FTOpt.is(FTFlag f)
          Returns the specified flag.
 boolean FTOpt.isSet(FTFlag f)
          Tests if the specified flag has been set.
 void FTOpt.set(FTFlag f, boolean v)
          Sets the specified flag.