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

Packages that use FTPos.FTUnit
org.basex.query Provides classes for querying the data. 
 

Uses of FTPos.FTUnit in org.basex.query
 

Fields in org.basex.query 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 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.