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

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

Uses of ShipType in dk.tbsalling.aismessages.messages
 

Methods in dk.tbsalling.aismessages.messages that return ShipType
 ShipType ShipAndVoyageData.getShipType()
           
 ShipType GroupAssignmentCommand.getShipType()
           
 ShipType ExtendedClassBEquipmentPositionReport.getShipType()
           
 ShipType ClassBCSStaticDataReport.getShipType()
           
 

Constructors in dk.tbsalling.aismessages.messages with parameters of type ShipType
ClassBCSStaticDataReport(Integer repeatIndicator, MMSI sourceMmsi, Integer partNumber, String shipName, ShipType shipType, String vendorId, String callsign, Integer toBow, Integer toStern, Integer toStarboard, Integer toPort, MMSI mothershipMmsi)
           
ExtendedClassBEquipmentPositionReport(Integer repeatIndicator, MMSI sourceMmsi, String regionalReserved1, Float speedOverGround, Boolean positionAccurate, Float latitude, Float longitude, Float courseOverGround, Integer trueHeading, Integer second, String regionalReserved2, String shipName, ShipType shipType, Integer toBow, Integer toStern, Integer toStarboard, Integer toPort, PositionFixingDevice positionFixingDevice, Boolean raimFlag, Boolean dataTerminalReady, Boolean assigned)
           
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 ShipType in dk.tbsalling.aismessages.messages.types
 

Methods in dk.tbsalling.aismessages.messages.types that return ShipType
static ShipType ShipType.fromInteger(Integer integer)
           
static ShipType ShipType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ShipType[] ShipType.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.