public enum NDBNavaidAddInfo extends Enum<NDBNavaidAddInfo>
Java class for NDBNavaidAddInfo.
The following schema fragment specifies the expected content contained within this class.
 <simpleType name="NDBNavaidAddInfo">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="A"/>
     <enumeration value="B"/>
     <enumeration value="W"/>
     <enumeration value="space"/>
   </restriction>
 </simpleType>
 | Enum Constant and Description | 
|---|
| AAutomatic Transcribed Weather Broadcast.The frequency of this Navaid is used for the continuous broadcast of some sort of automated weather system such as AWOS, ASOS, TWEB, AWIB, AWIS. | 
| BScheduled Weather Broadcast.The frequency of this Navaid is used for the scheduled, non-continuous broadcast of some sort of automated weather system such as VOLMET. | 
| SPACEVoice on Frequency.The frequency of this Navaid is used to support two-way communication between a ground station and aircraft. | 
| WNo Voice on Frequency.The frequency of this Navaid is not used to support two-way communication between a ground station and aircraft. | 
| Modifier and Type | Method and Description | 
|---|---|
| static NDBNavaidAddInfo | fromValue(String v) | 
| String | value() | 
| static NDBNavaidAddInfo | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static NDBNavaidAddInfo[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final NDBNavaidAddInfo A
public static final NDBNavaidAddInfo B
public static final NDBNavaidAddInfo W
public static final NDBNavaidAddInfo SPACE
public static NDBNavaidAddInfo[] values()
for (NDBNavaidAddInfo c : NDBNavaidAddInfo.values()) System.out.println(c);
public static NDBNavaidAddInfo 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 NDBNavaidAddInfo fromValue(String v)
Copyright © 2017. All rights reserved.