Interface Validatable

    • Method Detail

      • isSkipInvalidElements

        boolean isSkipInvalidElements()
        Returns:
        true if invalid elements should be skipped. Otherwise false if the operation should fail.
      • setSkipInvalidElements

        void setSkipInvalidElements​(boolean skipInvalidElements)
        Parameters:
        skipInvalidElements - true if invalid elements should be skipped. Otherwise false if the operation should fail.
      • isValidate

        boolean isValidate()
        Returns:
        true if the operation should be validated. Otherwise false.
      • setValidate

        void setValidate​(boolean validate)
        Parameters:
        validate - true if the operation should be validated. Otherwise false.