Uses of Class
com.netgrif.application.engine.importer.model.Template
-
Packages that use Template Package Description com.netgrif.application.engine.importer.model -
-
Uses of Template in com.netgrif.application.engine.importer.model
Fields in com.netgrif.application.engine.importer.model declared as Template Modifier and Type Field Description protected TemplateLayout. templateMethods in com.netgrif.application.engine.importer.model that return Template Modifier and Type Method Description static TemplateTemplate. fromValue(java.lang.String v)TemplateLayout. getTemplate()Gets the value of the template property.static TemplateTemplate. valueOf(java.lang.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.Methods in com.netgrif.application.engine.importer.model with parameters of type Template Modifier and Type Method Description voidLayout. setTemplate(Template value)Sets the value of the template property.
-