Class CustomCompositeEValidator

  • All Implemented Interfaces:
    Cloneable, org.eclipse.emf.ecore.EValidator
    Direct Known Subclasses:
    CancelableCompositeEValidator

    public class CustomCompositeEValidator
    extends org.eclipse.xtext.validation.CompositeEValidator
    Special CompositeEValidator with overriding initDefaults(). Default validator is NoProxyEObjectValidator.
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.eclipse.xtext.validation.CompositeEValidator

        org.eclipse.xtext.validation.CompositeEValidator.EValidatorEqualitySupport
      • Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EValidator

        org.eclipse.emf.ecore.EValidator.Descriptor, org.eclipse.emf.ecore.EValidator.PatternMatcher, org.eclipse.emf.ecore.EValidator.Registry, org.eclipse.emf.ecore.EValidator.SubstitutionLabelProvider, org.eclipse.emf.ecore.EValidator.ValidationDelegate
    • Field Summary

      • Fields inherited from class org.eclipse.xtext.validation.CompositeEValidator

        USE_EOBJECT_VALIDATOR
      • Fields inherited from interface org.eclipse.emf.ecore.EValidator

        MARKER, RELATED_URIS_ATTRIBUTE, URI_ATTRIBUTE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void initDefaults()  
      • Methods inherited from class org.eclipse.xtext.validation.CompositeEValidator

        addValidator, clone, createExceptionDiagnostic, getContents, getCopyAndClearContents, getEqualitySupportProvider, getOperationCanceledManager, isUseEObjectValidator, setEqualitySupportProvider, setOperationCanceledManager, setUseEObjectValidator, validate, validate, validate
    • Constructor Detail

      • CustomCompositeEValidator

        public CustomCompositeEValidator()
    • Method Detail

      • initDefaults

        protected void initDefaults()
        Overrides:
        initDefaults in class org.eclipse.xtext.validation.CompositeEValidator