Uses of Class
com.netgrif.application.engine.importer.model.Arguments
-
Packages that use Arguments Package Description com.netgrif.application.engine.importer.model -
-
Uses of Arguments in com.netgrif.application.engine.importer.model
Fields in com.netgrif.application.engine.importer.model declared as Arguments Modifier and Type Field Description protected Arguments
Validation. arguments
Methods in com.netgrif.application.engine.importer.model that return Arguments Modifier and Type Method Description Arguments
ObjectFactory. createArguments()
Create an instance ofArguments
Arguments
Validation. getArguments()
Gets the value of the arguments property.Methods in com.netgrif.application.engine.importer.model with parameters of type Arguments Modifier and Type Method Description void
Validation. setArguments(Arguments value)
Sets the value of the arguments property.
-