dk.tbsalling.aismessages.messages.types
Enum NavigationStatus
java.lang.Object
java.lang.Enum<NavigationStatus>
dk.tbsalling.aismessages.messages.types.NavigationStatus
- All Implemented Interfaces:
- Serializable, Comparable<NavigationStatus>
public enum NavigationStatus
- extends Enum<NavigationStatus>
UnderwayUsingEngine
public static final NavigationStatus UnderwayUsingEngine
AtAnchor
public static final NavigationStatus AtAnchor
NotUnderCommand
public static final NavigationStatus NotUnderCommand
RestrictedManoeuverability
public static final NavigationStatus RestrictedManoeuverability
ConstrainedByHerDraught
public static final NavigationStatus ConstrainedByHerDraught
Moored
public static final NavigationStatus Moored
Aground
public static final NavigationStatus Aground
EngagedInFising
public static final NavigationStatus EngagedInFising
UnderwaySailing
public static final NavigationStatus UnderwaySailing
ReservedForFutureUse9
public static final NavigationStatus ReservedForFutureUse9
ReservedForFutureUse10
public static final NavigationStatus ReservedForFutureUse10
ReservedForFutureUse11
public static final NavigationStatus ReservedForFutureUse11
ReservedForFutureUse12
public static final NavigationStatus ReservedForFutureUse12
ReservedForFutureUse13
public static final NavigationStatus ReservedForFutureUse13
ReservedForFutureUse14
public static final NavigationStatus ReservedForFutureUse14
NotDefined
public static final NavigationStatus NotDefined
values
public static NavigationStatus[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (NavigationStatus c : NavigationStatus.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static NavigationStatus valueOf(String name)
- 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
getCode
public Integer getCode()
getValue
public String getValue()
fromInteger
public static NavigationStatus fromInteger(Integer integer)
Copyright © 2013 Thomas Borg Salling. All Rights Reserved.