Uses of Class
org.basex.build.fs.parser.Metadata.MetaType

Packages that use Metadata.MetaType
org.basex.build.fs.parser Contains classes for extracting file metadata and content. 
 

Uses of Metadata.MetaType in org.basex.build.fs.parser
 

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