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

Packages that use StatsKey.Kind
org.basex.data Contains classes for handling the XML table and textual data. 
 

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(java.lang.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.