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 © 2020. All rights reserved.