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