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 Details

    • ConfigurationValue

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

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

    • 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.
    • getScriptTable

      public ScriptTable getScriptTable()
      Overrides:
      getScriptTable in class ConfigurationElement
    • 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.