Module md.grammar

Interface DetailProperties

    • Method Detail

      • getIntProperty

        Integer getIntProperty​(String key)
        Access a integer property by its key
        Parameters:
        key - key to the property
        Returns:
        value of the property, or null if the property does not exist or is non-numeric
      • getProperty

        String getProperty​(String key)
        Access a property by its key
        Parameters:
        key - key to the property
        Returns:
        value of the property, or null if the property does not exist