public enum ComponentAffectedIndicator extends Enum<ComponentAffectedIndicator>
Java class for ComponentAffectedIndicator.
The following schema fragment specifies the expected content contained within this class.
 <simpleType name="ComponentAffectedIndicator">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="TacanOrVortacAzimuth"/>
     <enumeration value="VorDmeOrVortacAzimuthAndDistance"/>
     <enumeration value="VordmeOrDmeDistance"/>
     <enumeration value="VortacOrTacanAzimth"/>
     <enumeration value="TacanVortacDistance"/>
     <enumeration value="VorOrVordmeOrVorAzimuth"/>
     <enumeration value="VorOrVordmeOrTacanOrVortacanAzimuth"/>
   </restriction>
 </simpleType>
 | Enum Constant and Description | 
|---|
| TACAN_OR_VORTAC_AZIMUTHTACAN or VORTAC, TACAN azimuth component only affected. | 
| TACAN_VORTAC_DISTANCETACAN or VORTAC, distance component affected. | 
| VOR_DME_OR_VORTAC_AZIMUTH_AND_DISTANCEVORDME or VORTAC, both azimuth and distance component affected. | 
| VOR_OR_VORDME_OR_TACAN_OR_VORTACAN_AZIMUTHVOR, VORDME or TACAN, VOR and TACAN azimuth and distance component affected. | 
| VOR_OR_VORDME_OR_VOR_AZIMUTHVOR, VORDME or VORDME, VOR azimuth component affected | 
| VORDME_OR_DME_DISTANCEVORDME or DME, distance component only affected. | 
| VORTAC_OR_TACAN_AZIMTHVORTAC or TACAN, TACAN azimuth and distance component affected. | 
| Modifier and Type | Method and Description | 
|---|---|
| static ComponentAffectedIndicator | fromValue(String v) | 
| String | value() | 
| static ComponentAffectedIndicator | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static ComponentAffectedIndicator[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final ComponentAffectedIndicator TACAN_OR_VORTAC_AZIMUTH
public static final ComponentAffectedIndicator VOR_DME_OR_VORTAC_AZIMUTH_AND_DISTANCE
public static final ComponentAffectedIndicator VORDME_OR_DME_DISTANCE
public static final ComponentAffectedIndicator VORTAC_OR_TACAN_AZIMTH
public static final ComponentAffectedIndicator TACAN_VORTAC_DISTANCE
public static final ComponentAffectedIndicator VOR_OR_VORDME_OR_VOR_AZIMUTH
public static final ComponentAffectedIndicator VOR_OR_VORDME_OR_TACAN_OR_VORTACAN_AZIMUTH
public static ComponentAffectedIndicator[] values()
for (ComponentAffectedIndicator c : ComponentAffectedIndicator.values()) System.out.println(c);
public static ComponentAffectedIndicator 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 ComponentAffectedIndicator fromValue(String v)
Copyright © 2020. All rights reserved.