Package com._1c.g5.v8.dt.common.databinding.validation
-
Interface Summary Interface Description IModelBindableValidator<M extends org.eclipse.emf.ecore.EObject> Defines public contract of validators that may bind to some model to validate its features. -
Class Summary Class Description CompositeValidator FileExistValidator Checks, whether the File exist and it is a normal file (File.isFile()
)FileExtensionValidator ForbiddenNamesNameValidator Forbidden names name validator test that name is valid name and not in forbidden listIntegerRangeValidator Validates integer ranges.Messages NameValidator Metadata objects name validatorNonEmptyValidator Non-empty field validator.ProjectNameValidator Project name validatorValidationResults Validation results.Validator<V> Base class for all validators.