public interface PreSetValidator
org.eclipse.emf.ecp.view.internal.validation.PreSetValidationServiceImpl.LooseEValidatorLooseEValidator
and
DynamicLoosePatternEValidator.| Modifier and Type | Method and Description |
|---|---|
boolean |
validate(org.eclipse.emf.ecore.EDataType eDataType,
Object value,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context)
Validates the object in the given context, optionally producing diagnostics.
|
boolean validate(org.eclipse.emf.ecore.EDataType eDataType,
Object value,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context)
eDataType - the EDataType to validate the value againstvalue - the value to be validateddiagnostics - a place to accumulate diagnostics; if it's null, no diagnostics should be
produced.context - a place to cache information, if it's null, no cache is supported.Copyright © 2017. All rights reserved.