Uses of Class
org.corpus_tools.pepper.common.MODULE_TYPE
-
Packages that use MODULE_TYPE Package Description org.corpus_tools.pepper.common org.corpus_tools.pepper.core org.corpus_tools.pepper.impl org.corpus_tools.pepper.modules -
-
Uses of MODULE_TYPE in org.corpus_tools.pepper.common
Methods in org.corpus_tools.pepper.common that return MODULE_TYPE Modifier and Type Method Description MODULE_TYPEPepperModuleDesc. getModuleType()Returns the type of this module.MODULE_TYPEStepDesc. getModuleType()Returns the type of thePepperModuleto be used.static MODULE_TYPEMODULE_TYPE. valueOf(String name)Returns the enum constant of this type with the specified name.static MODULE_TYPE[]MODULE_TYPE. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.corpus_tools.pepper.common with parameters of type MODULE_TYPE Modifier and Type Method Description voidPepperModuleDesc. setModuleType(MODULE_TYPE moduleType)Sets the type of this module.StepDescStepDesc. setModuleType(MODULE_TYPE moduleType)Sets the type of thePepperModuleto be used. -
Uses of MODULE_TYPE in org.corpus_tools.pepper.core
Methods in org.corpus_tools.pepper.core that return MODULE_TYPE Modifier and Type Method Description MODULE_TYPEStep. getModuleType()Returns the type of thePepperModuleto be used. -
Uses of MODULE_TYPE in org.corpus_tools.pepper.impl
Methods in org.corpus_tools.pepper.impl that return MODULE_TYPE Modifier and Type Method Description MODULE_TYPEPepperModuleImpl. getModuleType()Returns the type of this module. -
Uses of MODULE_TYPE in org.corpus_tools.pepper.modules
Methods in org.corpus_tools.pepper.modules that return MODULE_TYPE Modifier and Type Method Description MODULE_TYPEPepperModule. getModuleType()Returns the type of this module.
-