Interface FieldNature

    • Method Detail

      • isFormula

        boolean isFormula()
        This will return true if the value is really a "formula" - in the sense of like an excel spreadsheet.

        If it IS a formula, then the value should never be turned into a string, always left as-is.

      • setField

        void setField​(String field)
      • setValue

        void setValue​(String value)
      • getNature

        int getNature()
      • setNature

        void setNature​(int nature)
      • setType

        void setType​(String type)