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

com.dwivedi.androidformvalidation.validator.validations.Validation Maven / Gradle / Ivy

package com.dwivedi.androidformvalidation.validator.validations;

/**
 * 
 * @author Created by Ashish Dwivedi (see
 *         https://github.com/dwivedi/AndroidFormValidation-TheRightWay).
 *         Modified and incorporated to ioc-commons-android-impl by Jesús Lunar
 *         Pérez
 */
public interface Validation {

	String getErrorMessage();

	boolean isValid(String text);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy