Uses of Class
au.gov.amsa.util.nmea.Talker
-
Packages that use Talker Package Description au.gov.amsa.ais au.gov.amsa.util.nmea -
-
Uses of Talker in au.gov.amsa.ais
Methods in au.gov.amsa.ais that return Talker Modifier and Type Method Description TalkerAisNmeaMessage. getTalker()Returns theTalkercorresponding to the first two characters of the message format type (e.g. -
Uses of Talker in au.gov.amsa.util.nmea
Methods in au.gov.amsa.util.nmea that return Talker Modifier and Type Method Description TalkerNmeaMessage. getTalker()static TalkerNmeaUtil. getTalker(java.lang.String s)static TalkerTalker. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Talker[]Talker. values()Returns an array containing the constants of this enum type, in the order they are declared.
-