Uses of Class
org.basex.data.StatsKey.Kind

Packages that use StatsKey.Kind
org.basex.data This package contains the main database structures. 
 

Uses of StatsKey.Kind in org.basex.data
 

Fields in org.basex.data declared as StatsKey.Kind
 StatsKey.Kind StatsKey.kind
          Node kind.
 

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