Uses of Enum Class
gg.jte.models.generator.Language
Packages that use Language
-
Uses of Language in gg.jte.models.generator
Methods in gg.jte.models.generator that return LanguageModifier and TypeMethodDescriptionModelConfig.language()static LanguageReturns the enum constant of this class with the specified name.static Language[]Language.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in gg.jte.models.generator with parameters of type LanguageModifierConstructorDescriptionModelGenerator(TemplateEngine engine, String templateSubDirectory, String targetClassName, String interfaceName, Language language)