org.eclipse.emf.ecp.view.validation.bean
Class BeanValidationProvider

java.lang.Object
  extended by org.eclipse.emf.ecp.view.validation.bean.BeanValidationProvider
All Implemented Interfaces:
ValidationProvider
Direct Known Subclasses:
DefaultValidationProvider

public abstract class BeanValidationProvider
extends Object
implements ValidationProvider


Constructor Summary
BeanValidationProvider()
           
BeanValidationProvider(InputStream... inputStreams)
           
 
Method Summary
 List<org.eclipse.emf.common.util.Diagnostic> validate(org.eclipse.emf.ecore.EObject eObject)
          Method is called by the ValidationService to get addition validation information for an EObject.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanValidationProvider

public BeanValidationProvider()

BeanValidationProvider

public BeanValidationProvider(InputStream... inputStreams)
Method Detail

validate

public List<org.eclipse.emf.common.util.Diagnostic> validate(org.eclipse.emf.ecore.EObject eObject)
Description copied from interface: ValidationProvider
Method is called by the ValidationService to get addition validation information for an EObject.

Specified by:
validate in interface ValidationProvider
Parameters:
eObject - the EObject to validate
Returns:
the List of additional Diagnostics for the EObject


Copyright © 2015. All Rights Reserved.