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 AidType Unspecified
public static final AidType ReferencePoint
public static final AidType FixedStructure
public static final AidType FutureUse1
public static final AidType LightWithoutSectors
public static final AidType LightWithSectors
public static final AidType LeadingLightFront
public static final AidType LeadingLightRear
public static final AidType BeaconCardinalNorth
public static final AidType BeaconCardinalEast
public static final AidType BeaconCardinalSouth
public static final AidType BeaconCardinalWest
public static final AidType BeaconPortHand
public static final AidType BeaconStarboardHand
public static final AidType BeaconPreferredChannelPortHand
public static final AidType BeaconPreferredChannelStarboardHand
public static final AidType BeaconIsolatedDanger
public static final AidType BeaconSafeWater
public static final AidType BeaconSpecialMark
public static final AidType CardinalMarkNorth
public static final AidType CardinalMarkEast
public static final AidType CardinalMarkSouth
public static final AidType CardinalMarkWest
public static final AidType PortHandMark
public static final AidType StarboardHandMark
public static final AidType PreferredChannelPortHand
public static final AidType PreferredChannelStarboardHand
public static final AidType IsolatedDanger
public static final AidType SafeWater
public static final AidType SpecialMark
public static final AidType LightVessel
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