Uses of Class
org.basex.query.ft.FTPos.FTUnit

Packages that use FTPos.FTUnit
org.basex.query.ft Contains XQuery Full-Text 1.0 expressions. 
 

Uses of FTPos.FTUnit in org.basex.query.ft
 

Fields in org.basex.query.ft declared as FTPos.FTUnit
 FTPos.FTUnit FTPos.dunit
          Distance unit.
 FTPos.FTUnit FTPos.sdunit
          Same/different unit.
 FTPos.FTUnit FTPos.wunit
          Window unit.
 

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