Module dk.tbsalling.ais.messages
Enum AISMessageType
- All Implemented Interfaces:
Serializable,Comparable<AISMessageType>,java.lang.constant.Constable
public enum AISMessageType extends Enum<AISMessageType>
-
Nested Class Summary
-
Enum Constant Summary
-
Field Summary
Fields Modifier and Type Field Description static intMAXIMUM_CODEstatic intMINIMUM_CODE -
Method Summary
Modifier and Type Method Description static AISMessageTypefromInteger(Integer integer)IntegergetCode()StringgetValue()static AISMessageTypevalueOf(String name)Returns the enum constant of this type with the specified name.static AISMessageType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
PositionReportClassAScheduled
-
PositionReportClassAAssignedSchedule
-
PositionReportClassAResponseToInterrogation
-
BaseStationReport
-
ShipAndVoyageRelatedData
-
AddressedBinaryMessage
-
BinaryAcknowledge
-
BinaryBroadcastMessage
-
StandardSARAircraftPositionReport
-
UTCAndDateInquiry
-
UTCAndDateResponse
-
AddressedSafetyRelatedMessage
-
SafetyRelatedAcknowledge
-
SafetyRelatedBroadcastMessage
-
Interrogation
-
AssignedModeCommand
-
GNSSBinaryBroadcastMessage
-
StandardClassBCSPositionReport
-
ExtendedClassBEquipmentPositionReport
-
DataLinkManagement
-
AidToNavigationReport
-
ChannelManagement
-
GroupAssignmentCommand
-
ClassBCSStaticDataReport
-
BinaryMessageSingleSlot
-
BinaryMessageMultipleSlot
-
LongRangeBroadcastMessage
-
Error
-
-
Field Details
-
MINIMUM_CODE
public static final int MINIMUM_CODE- See Also:
- Constant Field Values
-
MAXIMUM_CODE
public static final int MAXIMUM_CODE- See Also:
- Constant Field Values
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getCode
-
getValue
-
fromInteger
-