Uses of Class
org.discotools.io.aprs.AprsReportType

Packages that use AprsReportType
org.discotools.io.aprs   
 

Uses of AprsReportType in org.discotools.io.aprs
 

Fields in org.discotools.io.aprs with type parameters of type AprsReportType
static List<AprsReportType> AprsReportType.VALUES
          A public read-only list of all the 'APRS Report Type' enumerators.
 

Methods in org.discotools.io.aprs that return AprsReportType
static AprsReportType AprsReportType.get(int value)
          Returns the 'APRS Report Type' literal with the specified integer value.
static AprsReportType AprsReportType.get(String literal)
          Returns the 'APRS Report Type' literal with the specified literal value.
static AprsReportType AprsReportType.getByName(String name)
          Returns the 'APRS Report Type' literal with the specified name.
 AprsReportType AprsReport.getType()
           
static AprsReportType AprsReportType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AprsReportType[] AprsReportType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.discotools.io.aprs with parameters of type AprsReportType
AprsPosition(AprsReportType type, AprsReport report)
           
AprsPosition(AprsReportType type, String payload)
           
AprsReport(AprsReportType type, AprsReport report)
           
AprsReport(AprsReportType type, String payload)
           
 



Copyright © 2012-2013 DISCO Foundation. All Rights Reserved.