Uses of Class
org.discotools.io.aprs.tnc.TncModeType

Packages that use TncModeType
org.discotools.io.aprs.tnc   
 

Uses of TncModeType in org.discotools.io.aprs.tnc
 

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

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



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