Class CdNMEAInt


public class CdNMEAInt extends ControlDescription
Author:
GrahamWeatherup
  • Constructor Details

  • Method Details

    • makeControl

      public LoggerControl makeControl(LoggerForm loggerForm)
      Specified by:
      makeControl in class ControlDescription
    • extractXMLElementData

      public Object extractXMLElementData(Element el, String value)
      Description copied from class: ControlDescription
      Extract data values from an XML Element. Unlike the function that writes the elements using toString() this will have to be more complicated to create the correct type of data.
      Controls with non standard data types will have to override this.
      Overrides:
      extractXMLElementData in class ControlDescription
      Parameters:
      el - XML Element
      value - Value - quicker and easier for basic controls. Others may have to do a more complex extraction from the Element.
      Returns:
      Extracted object or null if data were null of there was a mismatch.