Class ConfigurationValue

  • All Implemented Interfaces:
    Peer
    Direct Known Subclasses:
    ConfigurationUri

    public class ConfigurationValue
    extends ConfigurationElement
    An element that represents a value capable of containing data.
    • Constructor Detail

      • ConfigurationValue

        public ConfigurationValue​(Element parent,
                                  Node prevSibling,
                                  int classTag,
                                  java.lang.String className)
        Constructor.
      • ConfigurationValue

        public ConfigurationValue​(Element parent,
                                  Node prevSibling)
        Constructor.
    • Method Detail

      • getValue

        public Attribute getValue()
        Get the data associated with this configuration value element.
        Returns:
        the configuration value.
      • getValue

        public Attribute getValue​(BooleanHolder oIsDefault)
        Get the data associated with this configuration value element.
        Parameters:
        oIsDefault - set to true if the value data is the default value.
        Returns:
        the configuration value.
      • setValue

        public void setValue​(Attribute oData)
        Set the data associated with this configuration value element.
        Parameters:
        oData - a string to set/replace the data associated with this configuration value element.