Uses of Class
dk.tbsalling.aismessages.messages.types.StationType

Packages that use StationType
dk.tbsalling.aismessages.messages   
dk.tbsalling.aismessages.messages.types   
 

Uses of StationType in dk.tbsalling.aismessages.messages
 

Methods in dk.tbsalling.aismessages.messages that return StationType
 StationType GroupAssignmentCommand.getStationType()
           
 

Constructors in dk.tbsalling.aismessages.messages with parameters of type StationType
GroupAssignmentCommand(Integer repeatIndicator, MMSI sourceMmsi, Float northEastLatitude, Float northEastLongitude, Float southWestLatitude, Float southWestLongitude, StationType stationType, ShipType shipType, TxRxMode transmitReceiveMode, ReportingInterval reportingInterval, Integer quietTime)
           
 

Uses of StationType in dk.tbsalling.aismessages.messages.types
 

Methods in dk.tbsalling.aismessages.messages.types that return StationType
static StationType StationType.fromInteger(Integer integer)
           
static StationType StationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StationType[] StationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2013 Thomas Borg Salling. All Rights Reserved.