com.sas.prompts
Interface PromptValueValidatorInterface
public interface PromptValueValidatorInterface
Interface to validate values for prompts in the PromptUtil class using the
validatePromptValues() methods.
validateValue
void validateValue(PromptDefinitionInterface definition,
java.lang.Object value)
throws InvalidPromptValueException
- Validate the specified value for the specified definition.
- Parameters:
definition
- The prompt to validate the value ofvalue
- The value to validate against the prompts constraints
- Throws:
InvalidPromptValueException
Copyright © 2009 SAS Institute Inc. All Rights Reserved.