public enum NavigationStatus extends Enum<NavigationStatus>
| Enum Constant and Description |
|---|
Aground
Aground
|
AtAnchor
At anchor
|
ConstrainedByHerDraught
Constrained by her draught
|
EngagedInFishing
Engaged in Fishing
|
Moored
Moored
|
NotDefinedDefault
Not defined (default)
|
NotUnderCommand
Not under command
|
ReservedForFutureAmendmentOfNavigationalStatusForHSC
Reserved for future amendment of Navigational Status for HSC
|
ReservedForFutureAmendmentOfNavigationalStatusForWIG
Reserved for future amendment of Navigational Status for WIG
|
ReservedForFutureUse
Reserved for future use
|
ReservedForFutureUse12
Reserved for future use
|
ReservedForFutureUse13
Reserved for future use
|
ReservedForFutureUse14
Reserved for future use
|
RestrictedManoeuverability
Restricted manoeuverability
|
UnderWaySailing
Under way sailing
|
UnderWayUsingEngine
Under way using engine
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static NavigationStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NavigationStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NavigationStatus UnderWayUsingEngine
public static final NavigationStatus AtAnchor
public static final NavigationStatus NotUnderCommand
public static final NavigationStatus RestrictedManoeuverability
public static final NavigationStatus ConstrainedByHerDraught
public static final NavigationStatus Moored
public static final NavigationStatus Aground
public static final NavigationStatus EngagedInFishing
public static final NavigationStatus UnderWaySailing
public static final NavigationStatus ReservedForFutureAmendmentOfNavigationalStatusForHSC
public static final NavigationStatus ReservedForFutureAmendmentOfNavigationalStatusForWIG
public static final NavigationStatus ReservedForFutureUse
public static final NavigationStatus ReservedForFutureUse12
public static final NavigationStatus ReservedForFutureUse13
public static final NavigationStatus ReservedForFutureUse14
public static final NavigationStatus NotDefinedDefault
public static NavigationStatus[] values()
for (NavigationStatus c : NavigationStatus.values()) System.out.println(c);
public static NavigationStatus 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 String toString()
toString in class Enum<NavigationStatus>Copyright © 2015. All rights reserved.