All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.valkyriercp.rules.PropertyConstraintProvider Maven / Gradle / Ivy

There is a newer version: 1.3
Show newest version
package org.valkyriercp.rules;

import org.valkyriercp.rules.constraint.property.PropertyConstraint;

/**
 * Interface indicating the providing of validation. This can be
 * used in the validator to identify the source for validation rules.
 *
 * @author Keith Donald
 */
public interface PropertyConstraintProvider {

	/**
	 * Returns the constraint on the given property.
	 */
	public PropertyConstraint getPropertyConstraint(String propertyName);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy