Interface HasOverwriteProperty


  • public interface HasOverwriteProperty
    Common interface for beans that have a overwrite property
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isOverwrite()
      Returns true if all existing values in the output field should be overwritten.
      void setOverwrite​(boolean overwrite)
      Sets whether or not all existing values in the output field should be overwritten.
    • Method Detail

      • isOverwrite

        boolean isOverwrite()
        Returns true if all existing values in the output field should be overwritten.
      • setOverwrite

        void setOverwrite​(boolean overwrite)
        Sets whether or not all existing values in the output field should be overwritten.