![JAR search and dependency download from the Maven repository](/logo.png)
com.formkiq.server.service.dto.ActionValidator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of greeting Show documentation
Show all versions of greeting Show documentation
Server-side integration for the FormKiQ ios application
The newest version!
package com.formkiq.server.service.dto;
/**
* Representation of a ActionValidator.
*
*/
public interface ActionValidator {
/** Validator Message.
* @return {@link String}
*/
String getMessage();
/** Validator Rule.
* @return ActionValidatorRule
*/
ActionValidatorRuleType getRule();
/**
* @return Object.
*/
Object getValue();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy