Uses of Class
nl.paston.apollon.model.Validation
-
Packages that use Validation Package Description nl.paston.apollon.model nl.paston.apollon.model.dto nl.paston.apollon.model.projections -
-
Uses of Validation in nl.paston.apollon.model
Methods in nl.paston.apollon.model that return Validation Modifier and Type Method Description ValidationValidation. clone()Methods in nl.paston.apollon.model that return types with arguments of type Validation Modifier and Type Method Description Set<Validation>Policy. findValidations(Validation.Level level)Set<Validation>Policy. getValidations()Methods in nl.paston.apollon.model with parameters of type Validation Modifier and Type Method Description booleanPolicy. addValidation(Validation validation)booleanPolicy. removeValidation(Validation validation)Method parameters in nl.paston.apollon.model with type arguments of type Validation Modifier and Type Method Description booleanPolicy. addAllValidations(Set<Validation> newValidations)voidPolicy. setValidations(Set<Validation> validations) -
Uses of Validation in nl.paston.apollon.model.dto
Methods in nl.paston.apollon.model.dto that return types with arguments of type Validation Modifier and Type Method Description Set<Validation>PolicyDTO. getValidations()Method parameters in nl.paston.apollon.model.dto with type arguments of type Validation Modifier and Type Method Description voidPolicyDTO. setValidations(Set<Validation> validations) -
Uses of Validation in nl.paston.apollon.model.projections
Constructors in nl.paston.apollon.model.projections with parameters of type Validation Constructor Description ValidationSummary(Validation validation)
-