Uses of Class
io.keikai.doc.io.importer.Importers.Type
-
Packages that use Importers.Type Package Description io.keikai.doc.io.importer -
-
Uses of Importers.Type in io.keikai.doc.io.importer
Methods in io.keikai.doc.io.importer that return Importers.Type Modifier and Type Method Description static Importers.TypeImporters.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Importers.Type[]Importers.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.keikai.doc.io.importer with parameters of type Importers.Type Modifier and Type Method Description static ImporterImporters. getImporter(Importers.Type type)Returns aImporterby the given type
-