com.sas.prompts
Interface PromptValueValidatorInterface


public interface PromptValueValidatorInterface

Interface to validate values for prompts in the PromptUtil class using the validatePromptValues() methods.


Method Summary
 void validateValue(PromptDefinitionInterface definition, java.lang.Object value)
          Validate the specified value for the specified definition.
 

Method Detail

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 of
value - The value to validate against the prompts constraints
Throws:
InvalidPromptValueException



Copyright © 2009 SAS Institute Inc. All Rights Reserved.