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

com.formkiq.server.service.dto.ActionValidator Maven / Gradle / Ivy

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