public enum AirwayRnavPbnNavSpec extends Enum<AirwayRnavPbnNavSpec>
Java class for AirwayRnavPbnNavSpec.
The following schema fragment specifies the expected content contained within this class.
 <simpleType name="AirwayRnavPbnNavSpec">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="Rnav5"/>
     <enumeration value="Rnav4"/>
     <enumeration value="Rnav2"/>
     <enumeration value="Rnav1"/>
     <enumeration value="BRnav"/>
     <enumeration value="PRnav"/>
     <enumeration value="PbnUnspecified"/>
   </restriction>
 </simpleType>
 | Enum Constant and Description | 
|---|
| B_RNAV | 
| P_RNAV | 
| PBN_UNSPECIFIED | 
| RNAV_1 | 
| RNAV_2 | 
| RNAV_4 | 
| RNAV_5 | 
| Modifier and Type | Method and Description | 
|---|---|
| static AirwayRnavPbnNavSpec | fromValue(String v) | 
| String | value() | 
| static AirwayRnavPbnNavSpec | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static AirwayRnavPbnNavSpec[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final AirwayRnavPbnNavSpec RNAV_5
public static final AirwayRnavPbnNavSpec RNAV_4
public static final AirwayRnavPbnNavSpec RNAV_2
public static final AirwayRnavPbnNavSpec RNAV_1
public static final AirwayRnavPbnNavSpec B_RNAV
public static final AirwayRnavPbnNavSpec P_RNAV
public static final AirwayRnavPbnNavSpec PBN_UNSPECIFIED
public static AirwayRnavPbnNavSpec[] values()
for (AirwayRnavPbnNavSpec c : AirwayRnavPbnNavSpec.values()) System.out.println(c);
public static AirwayRnavPbnNavSpec 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 AirwayRnavPbnNavSpec fromValue(String v)
Copyright © 2020. All rights reserved.