public enum PrecisionApproachCategory extends Enum<PrecisionApproachCategory>
Java class for PrecisionApproachCategory.
The following schema fragment specifies the expected content contained within this class.
 <simpleType name="PrecisionApproachCategory">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="0"/>
     <enumeration value="1"/>
     <enumeration value="2"/>
     <enumeration value="3"/>
     <enumeration value="I"/>
     <enumeration value="L"/>
     <enumeration value="A"/>
     <enumeration value="S"/>
     <enumeration value="F"/>
   </restriction>
 </simpleType>
 | Enum Constant and Description | 
|---|
| VALUE_1ILS Localizer Only, No Glideslope | 
| VALUE_2ILS Localizer/MLS/GLS Category I | 
| VALUE_3ILS Localizer/MLS/GLS Category II | 
| VALUE_4ILS Localizer/MLS/GLS Category III | 
| VALUE_5IGS Facility | 
| VALUE_6LDA Facility with Glideslope | 
| VALUE_7LDA Facility, no Glideslope | 
| VALUE_8SDF Facility with Glideslope | 
| VALUE_9SDF Facility, no Glideslope | 
| Modifier and Type | Method and Description | 
|---|---|
| static PrecisionApproachCategory | fromValue(String v) | 
| String | value() | 
| static PrecisionApproachCategory | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static PrecisionApproachCategory[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final PrecisionApproachCategory VALUE_1
public static final PrecisionApproachCategory VALUE_2
public static final PrecisionApproachCategory VALUE_3
public static final PrecisionApproachCategory VALUE_4
public static final PrecisionApproachCategory VALUE_5
public static final PrecisionApproachCategory VALUE_6
public static final PrecisionApproachCategory VALUE_7
public static final PrecisionApproachCategory VALUE_8
public static final PrecisionApproachCategory VALUE_9
public static PrecisionApproachCategory[] values()
for (PrecisionApproachCategory c : PrecisionApproachCategory.values()) System.out.println(c);
public static PrecisionApproachCategory 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 PrecisionApproachCategory fromValue(String v)
Copyright © 2017. All rights reserved.