Interface
caplin.core

Validator

Constructor Summary

Attributes Name and Description
caplin.core.Validator()

This is an interface and should not be constructed.

Method Summary

Attributes Name and Description
void validate(Object vValue, Object mAttributes, caplin.core.ValidationResult oValidationResult)

Determine whether the provided value is valid or not and set the result on the provided caplin.core.ValidationResult.

Constructor Detail

caplin.core.Validator()

This is an interface and should not be constructed.

Method Detail

void validate(Object vValue, Object mAttributes, caplin.core.ValidationResult oValidationResult)

Determine whether the provided value is valid or not and set the result on the provided caplin.core.ValidationResult.

Parameters
Object vValue The value to validate.
Object mAttributes attributes to control the validation process. Will not be null.
caplin.core.ValidationResult oValidationResult the ValidationResult to store the result of this validation in.