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