Uses of Class
org.corpus_tools.pepper.modules.PepperExporter.EXPORT_MODE
-
Packages that use PepperExporter.EXPORT_MODE Package Description org.corpus_tools.pepper.impl org.corpus_tools.pepper.modules -
-
Uses of PepperExporter.EXPORT_MODE in org.corpus_tools.pepper.impl
Methods in org.corpus_tools.pepper.impl that return PepperExporter.EXPORT_MODE Modifier and Type Method Description PepperExporter.EXPORT_MODEPepperExporterImpl. getExportMode(){@inheritDoc PepperExporter#getExportMode()}Methods in org.corpus_tools.pepper.impl with parameters of type PepperExporter.EXPORT_MODE Modifier and Type Method Description voidPepperExporterImpl. setExportMode(PepperExporter.EXPORT_MODE exportMode){@inheritDoc PepperExporter#setExportMode(org.corpus_tools.pepper.modules. PepperExporter.EXPORT_MODE)} -
Uses of PepperExporter.EXPORT_MODE in org.corpus_tools.pepper.modules
Methods in org.corpus_tools.pepper.modules that return PepperExporter.EXPORT_MODE Modifier and Type Method Description PepperExporter.EXPORT_MODEPepperExporter. getExportMode()Returns how corpus-structure is exported.static PepperExporter.EXPORT_MODEPepperExporter.EXPORT_MODE. valueOf(String name)Returns the enum constant of this type with the specified name.static PepperExporter.EXPORT_MODE[]PepperExporter.EXPORT_MODE. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.corpus_tools.pepper.modules with parameters of type PepperExporter.EXPORT_MODE Modifier and Type Method Description voidPepperExporter. setExportMode(PepperExporter.EXPORT_MODE exportMode)Determines how the corpus-structure should be exported.
-