public enum MLSApproachAzimuthScanRate extends Enum<MLSApproachAzimuthScanRate>
Java class for MLSApproachAzimuthScanRate.
The following schema fragment specifies the expected content contained within this class.
 <simpleType name="MLSApproachAzimuthScanRate">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="AzimuthNotAvailable"/>
     <enumeration value="AzimuthAvailable"/>
   </restriction>
 </simpleType>
 | Enum Constant and Description | 
|---|
| AZIMUTH_AVAILABLEWhere a high-rate approach azimuth guidance is available, enter “H,” | 
| AZIMUTH_NOT_AVAILABLEWhere a high-rate approach azimuth guidance is not available, enter blank. | 
| Modifier and Type | Method and Description | 
|---|---|
| static MLSApproachAzimuthScanRate | fromValue(String v) | 
| String | value() | 
| static MLSApproachAzimuthScanRate | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static MLSApproachAzimuthScanRate[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final MLSApproachAzimuthScanRate AZIMUTH_NOT_AVAILABLE
public static final MLSApproachAzimuthScanRate AZIMUTH_AVAILABLE
public static MLSApproachAzimuthScanRate[] values()
for (MLSApproachAzimuthScanRate c : MLSApproachAzimuthScanRate.values()) System.out.println(c);
public static MLSApproachAzimuthScanRate 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 MLSApproachAzimuthScanRate fromValue(String v)
Copyright © 2017. All rights reserved.