Interface IProperties

    • Method Detail

      • setInt

        void setInt​(String name,
                    int value)
      • setLong

        void setLong​(String name,
                     long value)
      • setDouble

        void setDouble​(String name,
                       double value)
      • setFloat

        void setFloat​(String name,
                      float value)
      • setBoolean

        void setBoolean​(String name,
                        boolean value)
      • setDate

        void setDate​(String name,
                     Date value)
      • removeProperty

        void removeProperty​(String key)
      • isEditable

        boolean isEditable()