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

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

Uses of ReportingInterval in dk.tbsalling.aismessages.messages
 

Methods in dk.tbsalling.aismessages.messages that return ReportingInterval
 ReportingInterval GroupAssignmentCommand.getReportingInterval()
           
 

Constructors in dk.tbsalling.aismessages.messages with parameters of type ReportingInterval
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 ReportingInterval in dk.tbsalling.aismessages.messages.types
 

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