Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
public static final ShipType NotAvailable
public static final ShipType WingInGround
public static final ShipType WingInGroundHazardousA
public static final ShipType WingInGroundHazardousB
public static final ShipType WingInGroundHazardousC
public static final ShipType WingInGroundHazardousD
public static final ShipType LargeTowing
public static final ShipType DredgingOrUnderwaterOps
public static final ShipType MilitaryOps
public static final ShipType PleasureCraft
public static final ShipType HighSpeedCraft
public static final ShipType HighSpeedCraftHazardousA
public static final ShipType HighSpeedCraftHazardousB
public static final ShipType HighSpeedCraftHazardousC
public static final ShipType HighSpeedCraftHazardousD
public static final ShipType PilotVessel
public static final ShipType SearchAndRescueVessel
public static final ShipType AntiPollutionEquipment
public static final ShipType LawEnforcement
public static final ShipType SpareLocalVessel1
public static final ShipType SpareLocalVessel2
public static final ShipType MedicalTransport
public static final ShipType ShipAccordingToRRResolutionNo18
public static final ShipType PassengerHazardousA
public static final ShipType PassengerHazardousB
public static final ShipType PassengerHazardousC
public static final ShipType PassengerHazardousD
public static final ShipType PassengerFuture1
public static final ShipType PassengerFuture2
public static final ShipType PassengerFuture3
public static final ShipType PassengerFuture4
public static final ShipType PassengerNoAdditionalInfo
public static final ShipType CargoHazardousA
public static final ShipType CargoHazardousB
public static final ShipType CargoHazardousC
public static final ShipType CargoHazardousD
public static final ShipType CargoFuture1
public static final ShipType CargoFuture2
public static final ShipType CargoFuture3
public static final ShipType CargoFuture4
public static final ShipType CargoNoAdditionalInfo
public static final ShipType TankerHazardousA
public static final ShipType TankerHazardousB
public static final ShipType TankerHazardousC
public static final ShipType TankerHazardousD
public static final ShipType TankerFuture1
public static final ShipType TankerFuture2
public static final ShipType TankerFuture3
public static final ShipType TankerFuture4
public static final ShipType TankerNoAdditionalInfo
public static final ShipType OtherHazardousA
public static final ShipType OtherHazardousB
public static final ShipType OtherHazardousC
public static final ShipType OtherHazardousD
public static final ShipType OtherFuture1
public static final ShipType OtherFuture2
public static final ShipType OtherFuture3
public static final ShipType OtherFuture4
public static final ShipType OtherNoAdditionalInfo
Method Details
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
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 name
NullPointerException - if the argument is null