edu.mayo.informatics.lexgrid.convert.validator.processor
Interface ValidationProcessor<T>

All Known Implementing Classes:
ReflectionValidationProcessor

public interface ValidationProcessor<T>

The Interface ValidationProcessor.

Author:
Kevin Peterson

Method Summary
 void addValidator(Validator validator)
          Adds the validator.
 java.util.List<LoadValidationError> validate(T object)
          Validate.
 

Method Detail

validate

java.util.List<LoadValidationError> validate(T object)
Validate.

Parameters:
object - the object
Returns:
the list< load validation error>

addValidator

void addValidator(Validator validator)
Adds the validator.

Parameters:
validator - the validator

Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER.