Uses of Class
org.discotools.io.aprs.is.AprsIsPacketType

Packages that use AprsIsPacketType
org.discotools.io.aprs.is   
 

Uses of AprsIsPacketType in org.discotools.io.aprs.is
 

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

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

Constructors in org.discotools.io.aprs.is with parameters of type AprsIsPacketType
AprsIsPacket(AprsIsPacketType type, AprsPacket packet)
           
AprsIsPacket(AprsIsPacketType type, String payload)
           
AprsIsPacket(AprsIsPacketType type, String payload, Long time, boolean isDuplicate)
           
 



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