Uses of Class
org.gcube.informationsystem.types.impl.validator.AttributeValidatorReport
-
Packages that use AttributeValidatorReport Package Description org.gcube.informationsystem.types.impl.validator -
-
Uses of AttributeValidatorReport in org.gcube.informationsystem.types.impl.validator
Fields in org.gcube.informationsystem.types.impl.validator declared as AttributeValidatorReport Modifier and Type Field Description protected AttributeValidatorReportAttributeValidator. attributeValidatorReportThe report containing validation results.Fields in org.gcube.informationsystem.types.impl.validator with type parameters of type AttributeValidatorReport Modifier and Type Field Description protected Map<Boolean,List<AttributeValidatorReport>>ValidatorReport. attributeValidatorReportByValidityThe attribute validator reports, grouped by validity.protected Map<String,AttributeValidatorReport>ValidatorReport. attributeValidatorReportsThe attribute validator reports.Methods in org.gcube.informationsystem.types.impl.validator that return AttributeValidatorReport Modifier and Type Method Description AttributeValidatorReportAttributeValidator. getAttributeValidatorReport()Returns the attribute validator report.AttributeValidatorReportValidatorReport. getAttributeValidatorReport(String fieldName)Returns the attribute validator report for the given field name.Methods in org.gcube.informationsystem.types.impl.validator that return types with arguments of type AttributeValidatorReport Modifier and Type Method Description Collection<AttributeValidatorReport>ValidatorReport. getAttributeValidatorReports()Returns the attribute validator reports.Methods in org.gcube.informationsystem.types.impl.validator with parameters of type AttributeValidatorReport Modifier and Type Method Description voidValidatorReport. addAttributeValidatorReport(AttributeValidatorReport attributeValidatorReport)Adds an attribute validator report.
-