Uses of Class
com.netgrif.application.engine.importer.model.Init
-
Packages that use Init Package Description com.netgrif.application.engine.importer.model -
-
Uses of Init in com.netgrif.application.engine.importer.model
Fields in com.netgrif.application.engine.importer.model declared as Init Modifier and Type Field Description protected InitData. initprotected InitOptions. initFields in com.netgrif.application.engine.importer.model with type parameters of type Init Modifier and Type Field Description protected java.util.List<Init>Inits. initMethods in com.netgrif.application.engine.importer.model that return Init Modifier and Type Method Description InitObjectFactory. createInit()Create an instance ofInitInitData. getInit()Gets the value of the init property.InitOptions. getInit()Gets the value of the init property.Methods in com.netgrif.application.engine.importer.model that return types with arguments of type Init Modifier and Type Method Description java.util.List<Init>Inits. getInit()Gets the value of the init property.Methods in com.netgrif.application.engine.importer.model with parameters of type Init Modifier and Type Method Description voidData. setInit(Init value)Sets the value of the init property.voidOptions. setInit(Init value)Sets the value of the init property.
-