Class ConfigurationView


  • public class ConfigurationView
    extends Object
    Configuration value representation for a SystemView.
    • Constructor Detail

      • ConfigurationView

        public ConfigurationView​(String name,
                                 String val)
        Parameters:
        name - Name of the configuration property.
        val - Value of the configuration property.
    • Method Detail

      • name

        public String name()
        Returns:
        Name of the configuration property.
      • value

        public String value()
        Returns:
        Value of the configuration property.