Uses of Class
org.basex.index.stats.StatsType

Packages that use StatsType
org.basex.index.stats   
 

Uses of StatsType in org.basex.index.stats
 

Fields in org.basex.index.stats declared as StatsType
 StatsType Stats.type
          Data type.
 

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