public enum MMSIType extends Enum<MMSIType>
| Enum Constant and Description |
|---|
CoastStation
Coast station identity
|
CraftAssociatedWithParentShip
Craft associated with a parent ship
|
EPIRB
406 MHz EPIRBs fitted with an AIS transmitter
|
GroupShipStation
Group ship station call identities for calling simultaneously more than one ship
|
HandheldVHF
Handheld VHF transceiver with DSC and GNSS
|
MobDevice
Man overboard DSC and/or AIS device
|
NavigationalAid
Navigational aid
|
SarAircraft
SAR aircraft
|
SearchAndRescueTransponder
Search and Rescue Transponder
|
ShipStation
The 9-digit code constituting a ship station identity
|
Unknown
Unknown type
|
| Modifier and Type | Method and Description |
|---|---|
static MMSIType |
getType(int mmsi)
Returns MMSI type.
|
static MMSIType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MMSIType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MMSIType ShipStation
public static final MMSIType GroupShipStation
public static final MMSIType CoastStation
public static final MMSIType SarAircraft
public static final MMSIType HandheldVHF
public static final MMSIType SearchAndRescueTransponder
public static final MMSIType MobDevice
public static final MMSIType EPIRB
public static final MMSIType CraftAssociatedWithParentShip
public static final MMSIType NavigationalAid
public static final MMSIType Unknown
public static MMSIType[] values()
for (MMSIType c : MMSIType.values()) System.out.println(c);
public static MMSIType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static MMSIType getType(int mmsi)
mmsi - Copyright © 2015. All rights reserved.