Module md.grammar

Interface MutableDetailProperties

    • Method Detail

      • addIntProperty

        void addIntProperty​(String key,
                            int value)
        Adds a key-value pair
        Parameters:
        key - key to the property. Must not be null.
        value - value of the property as an integer
      • addProperty

        void addProperty​(String key,
                         String value)
        Adds a key-value pair
        Parameters:
        key - key to the property. Must not be null.
        value - value of the property as a String. Must not be null.