dk.tbsalling.aismessages.messages.types
Enum NavigationStatus

java.lang.Object
  extended by java.lang.Enum<NavigationStatus>
      extended by dk.tbsalling.aismessages.messages.types.NavigationStatus
All Implemented Interfaces:
Serializable, Comparable<NavigationStatus>

public enum NavigationStatus
extends Enum<NavigationStatus>


Enum Constant Summary
Aground
           
AtAnchor
           
ConstrainedByHerDraught
           
EngagedInFising
           
Moored
           
NotDefined
           
NotUnderCommand
           
ReservedForFutureUse10
           
ReservedForFutureUse11
           
ReservedForFutureUse12
           
ReservedForFutureUse13
           
ReservedForFutureUse14
           
ReservedForFutureUse9
           
RestrictedManoeuverability
           
UnderwaySailing
           
UnderwayUsingEngine
           
 
Method Summary
static NavigationStatus fromInteger(Integer integer)
           
 Integer getCode()
           
 String getValue()
           
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.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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.