Class TocallToDescriptionMap.TocallDescription

java.lang.Object
org.ka2ddo.yaac.gui.TocallToDescriptionMap.TocallDescription
Enclosing class:
TocallToDescriptionMap

public static class TocallToDescriptionMap.TocallDescription extends Object
Data structure containing the description and capabilities of an APRS station with a specific tocall.
  • Method Details

    • getClazz

      public String getClazz()
      Get the class of station for this tocall (not associated with symbol categories).
      Returns:
      station class String, or null if class is not known
    • getFeatures

      public Map<String,String> getFeatures()
      Get the collection of feature strings and their associated values for this tocall.
      Returns:
      the feature Map
    • getModel

      public String getModel()
      Get the model name of the software or hardware associated with this tocall.
      Returns:
      model name
    • getOs

      public String getOs()
      Get the computer operating system this software is restricted to.
      Returns:
      operating system name String, or null if not known or not applicable
    • getTocall

      public String getTocall()
      Get the tocall described by this structure.
      Returns:
      tocall String
    • getVendor

      public String getVendor()
      Get the name of the vendor who manufactured this APRS hardware or software.
      Returns:
      vendor name, or null if not known
    • toString

      public String toString()
      Returns a string representation of the object. The representation is the vendor's name (in the possessive syntax) of the model string for the specified operating system (if relevant).
      Overrides:
      toString in class Object
      Returns:
      a string representation of the object.