java.lang.Object
com.dlsc.formsfx.model.validators.ValidationResult
public class ValidationResult extends Object
A ValidationResult is the description of the result of a validation. It
contains the actual result, as well as possibly an error message.
- Author:
- Sacha Schmid, Rinesch Murugathas
-
Method Summary
Modifier and Type Method Description StringgetErrorMessage()booleangetResult()
-
Method Details
-
getErrorMessage
-
getResult
public boolean getResult()
-