Uses of Class
com.netgrif.application.engine.importer.model.Valid
-
Packages that use Valid Package Description com.netgrif.application.engine.importer.model -
-
Uses of Valid in com.netgrif.application.engine.importer.model
Fields in com.netgrif.application.engine.importer.model declared as Valid Modifier and Type Field Description protected ValidValidation. expressionFields in com.netgrif.application.engine.importer.model with type parameters of type Valid Modifier and Type Field Description protected java.util.List<Valid>Data. validMethods in com.netgrif.application.engine.importer.model that return Valid Modifier and Type Method Description ValidObjectFactory. createValid()Create an instance ofValidValidValidation. getExpression()Gets the value of the expression property.Methods in com.netgrif.application.engine.importer.model that return types with arguments of type Valid Modifier and Type Method Description java.util.List<Valid>Data. getValid()Gets the value of the valid property.Methods in com.netgrif.application.engine.importer.model with parameters of type Valid Modifier and Type Method Description voidValidation. setExpression(Valid value)Sets the value of the expression property.
-