pulse - the web application framework Get pulse at SourceForge.net. Fast, secure and Free Open Source software downloads Ohloh project report for pulse-java

Uses of Class
org.torweg.pulse.component.survey.model.AnswerValidationError

Packages that use AnswerValidationError
org.torweg.pulse.component.survey.model is the model of the survey bundle. 
 

Uses of AnswerValidationError in org.torweg.pulse.component.survey.model
 

Methods in org.torweg.pulse.component.survey.model that return AnswerValidationError
 AnswerValidationError AbstractTypedAnswer.getValidationError()
          Returns the validationError.
static AnswerValidationError AnswerValidationError.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AnswerValidationError[] AnswerValidationError.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.torweg.pulse.component.survey.model with parameters of type AnswerValidationError
protected  void AbstractTypedAnswer.setValidationError(AnswerValidationError error)
          Sets the validationError.