Class Setting


  • public class Setting
    extends Object
    A class representing the setting XML element in the Eclipse formatter config file, including the id and value attributes.
    Author:
    Matt Blanchette
    • Constructor Detail

      • Setting

        public Setting()
    • Method Detail

      • getId

        public String getId()
        Gets the id.
        Returns:
        the id
      • setId

        public void setId​(String newId)
        Sets the id.
        Parameters:
        newId - the new id
      • getValue

        public String getValue()
        Gets the value.
        Returns:
        the value
      • setValue

        public void setValue​(String newValue)
        Sets the value.
        Parameters:
        newValue - the new value