Uses of Enum Class
org.variantsync.boosting.parsing.ESupportedLanguages
Packages that use ESupportedLanguages
Package
Description
- 
Uses of ESupportedLanguages in org.variantsync.boosting
Constructors in org.variantsync.boosting with parameters of type ESupportedLanguagesModifierConstructorDescriptionTraceBoosting(List<VariantPassport> sourceLocations, Path workingDir, ESupportedLanguages targetLanguage)  - 
Uses of ESupportedLanguages in org.variantsync.boosting.parsing
Methods in org.variantsync.boosting.parsing that return ESupportedLanguagesModifier and TypeMethodDescriptionstatic ESupportedLanguagesReturns the enum constant of this class with the specified name.static ESupportedLanguages[]ESupportedLanguages.values()Returns an array containing the constants of this enum class, in the order they are declared. - 
Uses of ESupportedLanguages in org.variantsync.boosting.product
Constructors in org.variantsync.boosting.product with parameters of type ESupportedLanguagesModifierConstructorDescriptionVariantInitTask(int productNumber, VariantPassport passport, ESupportedLanguages targetLanguage) Initializes a ProductInitializationTask with the given product number, product passport, and target language.