Uses of Enum Class
io.keikai.doc.io.exporter.Exporters.Type
Packages that use Exporters.Type
-
Uses of Exporters.Type in io.keikai.doc.io.exporter
Methods in io.keikai.doc.io.exporter that return Exporters.TypeModifier and TypeMethodDescriptionstatic Exporters.TypeReturns the enum constant of this class with the specified name.static Exporters.Type[]Exporters.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.keikai.doc.io.exporter with parameters of type Exporters.TypeModifier and TypeMethodDescriptionstatic ExporterExporters.getExporter(Exporters.Type type) Returns aExporterby the given type.