Uses of Class
com.netgrif.application.engine.importer.model.Argument
-
Packages that use Argument Package Description com.netgrif.application.engine.importer.model -
-
Uses of Argument in com.netgrif.application.engine.importer.model
Fields in com.netgrif.application.engine.importer.model with type parameters of type Argument Modifier and Type Field Description protected java.util.List<Argument>
Arguments. argument
Methods in com.netgrif.application.engine.importer.model that return Argument Modifier and Type Method Description Argument
ObjectFactory. createArgument()
Create an instance ofArgument
Methods in com.netgrif.application.engine.importer.model that return types with arguments of type Argument Modifier and Type Method Description java.util.List<Argument>
Arguments. getArgument()
Gets the value of the argument property.
-