public static enum RouteInformation.RouteType extends Enum<RouteInformation.RouteType>
| Enum Constant and Description |
|---|
ALTERNATIVE
Alternative route type.
|
CANCELLATION
Cancellation route type.
|
MANDATORY
Mandatory route type.
|
NOT_AVAIABLE
Not avaiable route type.
|
RECOMMENDED
Recommended route type.
|
RECOMMENDED_THROUGH_ICE
Recommended through ice route type.
|
SHIP_ROUTE
Ship route route type.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getType()
Gets type.
|
static RouteInformation.RouteType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RouteInformation.RouteType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RouteInformation.RouteType NOT_AVAIABLE
public static final RouteInformation.RouteType MANDATORY
public static final RouteInformation.RouteType RECOMMENDED
public static final RouteInformation.RouteType ALTERNATIVE
public static final RouteInformation.RouteType RECOMMENDED_THROUGH_ICE
public static final RouteInformation.RouteType SHIP_ROUTE
public static final RouteInformation.RouteType CANCELLATION
public static RouteInformation.RouteType[] values()
for (RouteInformation.RouteType c : RouteInformation.RouteType.values()) System.out.println(c);
public static RouteInformation.RouteType 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 int getType()
Copyright © 2011–2019 Danish Maritime Authority. All rights reserved.