Interface Property

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void toString​(java.lang.StringBuffer buffer, java.lang.String indentation)
      Fills the given StringBuffer with a clear String-representation of all (possibly nested) property values of this Property object.
    • Method Detail

      • toString

        void toString​(java.lang.StringBuffer buffer,
                      java.lang.String indentation)
        Fills the given StringBuffer with a clear String-representation of all (possibly nested) property values of this Property object.

        For that, the given String indentation is used initially and each additional element is shifted by additional whitespaces.

        Parameters:
        buffer - buffer to append the property to
        indentation - String representing the current indentation.