Class ValidationResult


  • public class ValidationResult
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean failed()  
      boolean ok()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ValidationResult

        public ValidationResult()
    • Method Detail

      • ok

        public boolean ok()
      • failed

        public boolean failed()