Class TocallToDescriptionMap

java.lang.Object
org.ka2ddo.yaac.gui.TocallToDescriptionMap

public class TocallToDescriptionMap extends Object
This class collects the localized mappings of to-call patterns to sender descriptions.
Author:
Andrew Pavlin, KA2DDO
  • Method Details

    • getInstance

      public static TocallToDescriptionMap getInstance()
      Get the singleton object for translating tocalls into descriptions.
      Returns:
      TocallToDescriptionMap singleton object
    • get

      Find the description of a tocall string.
      Parameters:
      tocall - String tocall to decode
      Returns:
      TocallDescription data structure, or null if tocall could not be decoded