public enum AhLocalizerMarkerLocatorAddInfo extends Enum<AhLocalizerMarkerLocatorAddInfo>
Java class for AhLocalizerMarkerLocatorAddInfo.
The following schema fragment specifies the expected content contained within this class.
 <simpleType name="AhLocalizerMarkerLocatorAddInfo">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="NoVoiceOnFrequency"/>
     <enumeration value="VoiceOnFrequency"/>
   </restriction>
 </simpleType>
 | Enum Constant and Description | 
|---|
| NO_VOICE_ON_FREQUENCYNo Voice on Frequency.The frequency of this Navaid is not used to support two-way communication between a ground station and aircraft. | 
| VOICE_ON_FREQUENCYVoice on Frequency.The frequency of this Navaid is used to support two-way communication between a ground station and aircraft. | 
| Modifier and Type | Method and Description | 
|---|---|
| static AhLocalizerMarkerLocatorAddInfo | fromValue(String v) | 
| String | value() | 
| static AhLocalizerMarkerLocatorAddInfo | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static AhLocalizerMarkerLocatorAddInfo[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final AhLocalizerMarkerLocatorAddInfo NO_VOICE_ON_FREQUENCY
public static final AhLocalizerMarkerLocatorAddInfo VOICE_ON_FREQUENCY
public static AhLocalizerMarkerLocatorAddInfo[] values()
for (AhLocalizerMarkerLocatorAddInfo c : AhLocalizerMarkerLocatorAddInfo.values()) System.out.println(c);
public static AhLocalizerMarkerLocatorAddInfo 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 AhLocalizerMarkerLocatorAddInfo fromValue(String v)
Copyright © 2017. All rights reserved.