Class ConfigurationProperty


  • public class ConfigurationProperty
    extends Object
    Author:
    Jeff Riggle
    • Constructor Detail

      • ConfigurationProperty

        public ConfigurationProperty​(String name,
                                     String value)
        Parameters:
        name - The name of the Configuration Property.
        value - The value for the Configuration Property.
    • Method Detail

      • name

        public String name()
        Returns:
        The name of the Configuration Property.
      • name

        public void name​(String value)
        Parameters:
        value - The new name for the Configuration Property.
      • value

        public String value()
        Returns:
        The value of the Configuration Property.
      • value

        public void value​(String value)
        Parameters:
        value - The new value for the Configuration Property.