java.lang.Object
com.inductiveautomation.ignition.common.xmlserialization.simple.Element
com.inductiveautomation.ignition.common.sqltags.importexport.DatasetElement

@Deprecated public class DatasetElement extends Element
Deprecated.
  • Field Details

  • Constructor Details

    • DatasetElement

      public DatasetElement()
      Deprecated.
  • Method Details

    • addChild

      public void addChild(Element child) throws Exception
      Deprecated.
      Specified by:
      addChild in class Element
      Throws:
      Exception
    • getValue

      public Object getValue()
      Deprecated.
      Overrides:
      getValue in class Element
    • resolveType

      public Class<? extends Element> resolveType(String name)
      Deprecated.
      Description copied from class: Element
      This allows complex elements to return their own implementation or definitions for element types. When a new element is encountered, the system works its way up through the current stack, and finally ends up at the types registered on the reader. This should return null if the element doesn't provide a custom type for the given name.
      The class returned can be a non-static class. In that case, it will get instantiated against the object returning it.
      Overrides:
      resolveType in class Element
      Parameters:
      name - the lower cased element name.
      Returns:
      a class that represents the element, or null if unknown.