Uses of Class
io.mangoo.enums.Template
-
Packages that use Template Package Description io.mangoo.enums -
-
Uses of Template in io.mangoo.enums
Methods in io.mangoo.enums that return Template Modifier and Type Method Description static TemplateTemplate. valueOf(String name)Returns the enum constant of this type with the specified name.static Template[]Template. values()Returns an array containing the constants of this enum type, in the order they are declared.
-