view src/main/java/de/intevation/lada/validation/Validator.java @ 1002:8ec5ee1c2dc6 schema-update

Updated trigger and functions.
author Raimund Renkert <raimund.renkert@intevation.de>
date Fri, 01 Jul 2016 19:46:11 +0200
parents 3ec358698b4d
children
line wrap: on
line source
/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
 * Software engineering by Intevation GmbH
 *
 * This file is Free Software under the GNU GPL (v>=3)
 * and comes with ABSOLUTELY NO WARRANTY! Check out
 * the documentation coming with IMIS-Labordaten-Application for details.
 */
package de.intevation.lada.validation;


/**
 * Interface for object validators.
 *
 * @author <a href="mailto:raimund.renkert@intevation.de">Raimund Renkert</a>
 */
public interface Validator {

    public Violation validate(Object object);
}
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)