public enum PreferredRouteVIACodes extends Enum<PreferredRouteVIACodes>
Java class for PreferredRouteVIACodes.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="PreferredRouteVIACodes"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="AWY"/> <enumeration value="DIR"/> <enumeration value="INT"/> <enumeration value="RVF"/> <enumeration value="RNF"/> <enumeration value="SID"/> <enumeration value="STR"/> </restriction> </simpleType>
Enum Constant and Description |
---|
AWY
Designated Airway
|
DIR
Direct to Fix
|
INT
Initial Fix
|
RNF
Route via Fix not permitted
|
RVF
Route via Fix
|
SID
Standard Instrument Departure
|
STR
Standard Terminal Arrival and Profile Descent
|
Modifier and Type | Method and Description |
---|---|
static PreferredRouteVIACodes |
fromValue(String v) |
String |
value() |
static PreferredRouteVIACodes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PreferredRouteVIACodes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PreferredRouteVIACodes AWY
public static final PreferredRouteVIACodes DIR
public static final PreferredRouteVIACodes INT
public static final PreferredRouteVIACodes RVF
public static final PreferredRouteVIACodes RNF
public static final PreferredRouteVIACodes SID
public static final PreferredRouteVIACodes STR
public static PreferredRouteVIACodes[] values()
for (PreferredRouteVIACodes c : PreferredRouteVIACodes.values()) System.out.println(c);
public static PreferredRouteVIACodes 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 value()
public static PreferredRouteVIACodes fromValue(String v)
Copyright © 2017. All rights reserved.