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